aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-29 12:40:26 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-29 12:40:26 +0000
commit73672254a3e498081967d00d27b17ada443e2ab2 (patch)
tree1b05606350acc69fcdc77289cfdfe9758ec2790b
parentb0b03d98afdecc476975151fdb01a6186f57b463 (diff)
Patch for 10995
git-svn-id: http://skia.googlecode.com/svn/trunk@10997 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--bench/benchmain.cpp2
-rw-r--r--tests/ReadPixelsTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp
index 99e9f6cf86..3b4b698296 100644
--- a/bench/benchmain.cpp
+++ b/bench/benchmain.cpp
@@ -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"
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp
index 9cc10740e8..6ebcc4a4fc 100644
--- a/tests/ReadPixelsTest.cpp
+++ b/tests/ReadPixelsTest.cpp
@@ -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