commit | 3055b700189afdd02486ed8f2279cea1d8897243 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 17:49:04 2013 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 17:49:04 2013 +0000 |
tree | a66e6ce6e9717464dd67eb206f76440da9bab059 | |
parent | 4eaa6647e70c9404d1c920f674d706ca2d2a76b9 [diff] [blame] |
Split SkDevice out of SkBitmapDevice https://codereview.chromium.org/22978012/ git-svn-id: http://skia.googlecode.com/svn/trunk@10830 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp index 7830669..8ae936e 100644 --- a/tests/ReadWriteAlphaTest.cpp +++ b/tests/ReadWriteAlphaTest.cpp
@@ -82,7 +82,7 @@ REPORTER_ASSERT(reporter, match); // Now try writing on the single channel texture - SkAutoTUnref<SkDevice> device(new SkGpuDevice(context, texture->asRenderTarget())); + SkAutoTUnref<SkBaseDevice> device(new SkGpuDevice(context, texture->asRenderTarget())); SkCanvas canvas(device); SkPaint paint;