remove unnecessary bitmapdevice references
authorreed <reed@google.com>
Fri, 27 Jun 2014 12:49:53 +0000 (05:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 27 Jun 2014 12:49:54 +0000 (05:49 -0700)
TBR=

Author: reed@google.com

Review URL: https://codereview.chromium.org/354143004

bench/BlurImageFilterBench.cpp
bench/DisplacementBench.cpp
bench/MagnifierBench.cpp
bench/MergeBench.cpp
bench/benchmain.cpp
samplecode/SampleFilterFuzz.cpp
tests/CanvasStateTest.cpp
tests/GradientTest.cpp
tests/PictureTest.cpp
tests/SerializationTest.cpp
tests/TileGridTest.cpp

index 786611b..4e8688d 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include "Benchmark.h"
-#include "SkBitmapDevice.h"
 #include "SkBlurImageFilter.h"
 #include "SkCanvas.h"
 #include "SkPaint.h"
index 881ba33..2a0f7c0 100644 (file)
@@ -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"
index 875ec4f..c47dcdc 100644 (file)
@@ -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"
index a6bb3ac..2e1ca32 100644 (file)
@@ -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"
index 2a071be..e097fe0 100644 (file)
@@ -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;
index 52d2094..9e3d762 100644 (file)
@@ -6,7 +6,6 @@
  */
 #include "SampleCode.h"
 #include "SkAlphaThresholdFilter.h"
-#include "SkBitmapDevice.h"
 #include "SkBitmapSource.h"
 #include "SkBlurImageFilter.h"
 #include "SkCanvas.h"
index 5c7e473..98a0b0e 100644 (file)
@@ -5,7 +5,6 @@
  * found in the LICENSE file.
  */
 
-#include "SkBitmapDevice.h"
 #include "SkCanvas.h"
 #include "SkCanvasStateUtils.h"
 #include "SkDrawFilter.h"
index 3e40010..3b09f85 100644 (file)
@@ -5,7 +5,7 @@
  * found in the LICENSE file.
  */
 
-#include "SkBitmapDevice.h"
+#include "SkCanvas.h"
 #include "SkColorShader.h"
 #include "SkEmptyShader.h"
 #include "SkGradientShader.h"
index c554a12..6ec1e0a 100644 (file)
@@ -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"
index ce91490..9917119 100644 (file)
@@ -5,7 +5,6 @@
  * found in the LICENSE file.
  */
 
-#include "SkBitmapDevice.h"
 #include "SkBitmapSource.h"
 #include "SkCanvas.h"
 #include "SkMallocPixelRef.h"
index da228a0..6daee16 100644 (file)
@@ -5,7 +5,6 @@
  * found in the LICENSE file.
  */
 
-#include "SkBitmapDevice.h"
 #include "SkCanvas.h"
 #include "SkPictureRecorder.h"
 #include "SkTileGrid.h"