aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/BlurImageFilterBench.cpp1
-rw-r--r--bench/DisplacementBench.cpp2
-rw-r--r--bench/MagnifierBench.cpp2
-rw-r--r--bench/MergeBench.cpp2
-rw-r--r--bench/benchmain.cpp2
-rw-r--r--samplecode/SampleFilterFuzz.cpp1
-rw-r--r--tests/CanvasStateTest.cpp1
-rw-r--r--tests/GradientTest.cpp2
-rw-r--r--tests/PictureTest.cpp4
-rw-r--r--tests/SerializationTest.cpp1
-rw-r--r--tests/TileGridTest.cpp1
11 files changed, 4 insertions, 15 deletions
diff --git a/bench/BlurImageFilterBench.cpp b/bench/BlurImageFilterBench.cpp
index 786611b150..4e8688d9e3 100644
--- a/bench/BlurImageFilterBench.cpp
+++ b/bench/BlurImageFilterBench.cpp
@@ -6,7 +6,6 @@
*/
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkBlurImageFilter.h"
#include "SkCanvas.h"
#include "SkPaint.h"
diff --git a/bench/DisplacementBench.cpp b/bench/DisplacementBench.cpp
index 881ba33b24..2a0f7c0bb5 100644
--- a/bench/DisplacementBench.cpp
+++ b/bench/DisplacementBench.cpp
@@ -4,8 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkBitmapSource.h"
#include "SkCanvas.h"
#include "SkDisplacementMapEffect.h"
diff --git a/bench/MagnifierBench.cpp b/bench/MagnifierBench.cpp
index 875ec4f465..c47dcdc947 100644
--- a/bench/MagnifierBench.cpp
+++ b/bench/MagnifierBench.cpp
@@ -4,8 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkMagnifierImageFilter.h"
#include "SkRandom.h"
diff --git a/bench/MergeBench.cpp b/bench/MergeBench.cpp
index a6bb3acfb1..2e1ca32350 100644
--- a/bench/MergeBench.cpp
+++ b/bench/MergeBench.cpp
@@ -4,8 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkBitmapSource.h"
#include "SkCanvas.h"
#include "SkMergeImageFilter.h"
diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp
index 2a071bec7f..e097fe0947 100644
--- a/bench/benchmain.cpp
+++ b/bench/benchmain.cpp
@@ -10,7 +10,6 @@
#include "CrashHandler.h"
#include "GMBench.h"
#include "ResultsWriter.h"
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkColorPriv.h"
#include "SkCommandLineFlags.h"
@@ -29,7 +28,6 @@
#include "GrContext.h"
#include "GrContextFactory.h"
#include "GrRenderTarget.h"
-#include "SkGpuDevice.h"
#include "gl/GrGLDefines.h"
#else
class GrContext;
diff --git a/samplecode/SampleFilterFuzz.cpp b/samplecode/SampleFilterFuzz.cpp
index 52d2094cb3..9e3d762f9e 100644
--- a/samplecode/SampleFilterFuzz.cpp
+++ b/samplecode/SampleFilterFuzz.cpp
@@ -6,7 +6,6 @@
*/
#include "SampleCode.h"
#include "SkAlphaThresholdFilter.h"
-#include "SkBitmapDevice.h"
#include "SkBitmapSource.h"
#include "SkBlurImageFilter.h"
#include "SkCanvas.h"
diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp
index 5c7e4738c2..98a0b0ed92 100644
--- a/tests/CanvasStateTest.cpp
+++ b/tests/CanvasStateTest.cpp
@@ -5,7 +5,6 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkCanvasStateUtils.h"
#include "SkDrawFilter.h"
diff --git a/tests/GradientTest.cpp b/tests/GradientTest.cpp
index 3e400103fb..3b09f857b3 100644
--- a/tests/GradientTest.cpp
+++ b/tests/GradientTest.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
+#include "SkCanvas.h"
#include "SkColorShader.h"
#include "SkEmptyShader.h"
#include "SkGradientShader.h"
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index c554a1223e..6ec1e0a022 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -5,7 +5,6 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
#include "SkBlurImageFilter.h"
#include "SkCanvas.h"
#include "SkColorPriv.h"
@@ -13,9 +12,6 @@
#include "SkData.h"
#include "SkDecodingImageGenerator.h"
#include "SkError.h"
-#if SK_SUPPORT_GPU
-#include "SkGpuDevice.h"
-#endif
#include "SkImageEncoder.h"
#include "SkImageGenerator.h"
#include "SkPaint.h"
diff --git a/tests/SerializationTest.cpp b/tests/SerializationTest.cpp
index ce91490f3e..9917119e29 100644
--- a/tests/SerializationTest.cpp
+++ b/tests/SerializationTest.cpp
@@ -5,7 +5,6 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
#include "SkBitmapSource.h"
#include "SkCanvas.h"
#include "SkMallocPixelRef.h"
diff --git a/tests/TileGridTest.cpp b/tests/TileGridTest.cpp
index da228a068d..6daee16bd2 100644
--- a/tests/TileGridTest.cpp
+++ b/tests/TileGridTest.cpp
@@ -5,7 +5,6 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkPictureRecorder.h"
#include "SkTileGrid.h"