commit | b0b03d98afdecc476975151fdb01a6186f57b463 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 29 12:10:20 2013 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 29 12:10:20 2013 +0000 |
tree | 8524d019f003c7c33acab886734b71b8472c1d02 | |
parent | 1f2f338e23789f3eef168dcbd8171a28820ba6c1 [diff] |
Patch for r10995 git-svn-id: http://skia.googlecode.com/svn/trunk@10996 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp index 79b32f9..41a5b13 100644 --- a/tests/PremulAlphaRoundTripTest.cpp +++ b/tests/PremulAlphaRoundTripTest.cpp
@@ -9,7 +9,7 @@ #include "Test.h" #include "SkCanvas.h" #include "SkConfig8888.h" -#include "SkDevice.h" +#include "SkBitmapDevice.h" #if SK_SUPPORT_GPU #include "GrContextFactory.h"