Patch for 10995
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 29 Aug 2013 12:40:26 +0000 (12:40 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 29 Aug 2013 12:40:26 +0000 (12:40 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@10997 2bbb7eff-a529-9590-31e7-b0007b416f81

bench/benchmain.cpp
tests/ReadPixelsTest.cpp

index 99e9f6c..3b4b698 100644 (file)
@@ -21,10 +21,10 @@ class GrContext;
 
 #include "SkBenchLogger.h"
 #include "SkBenchmark.h"
+#include "SkBitmapDevice.h"
 #include "SkCanvas.h"
 #include "SkCommandLineFlags.h"
 #include "SkDeferredCanvas.h"
-#include "SkDevice.h"
 #include "SkColorPriv.h"
 #include "SkGraphics.h"
 #include "SkImageEncoder.h"
index 9cc1074..6ebcc4a 100644 (file)
@@ -7,9 +7,9 @@
  */
 
 #include "Test.h"
+#include "SkBitmapDevice.h"
 #include "SkCanvas.h"
 #include "SkColorPriv.h"
-#include "SkDevice.h"
 #include "SkMathPriv.h"
 #include "SkRegion.h"
 #if SK_SUPPORT_GPU