aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-27 05:49:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-27 05:49:54 -0700
commit8c0c7b0bcdf17ff672a972748f692a41c22aa0a1 (patch)
tree44059861134acf288adfe386eaf9ef3a23f8e6db /tests
parent0766931dc44a0d5da67b732d4a69967abcc235c9 (diff)
remove unnecessary bitmapdevice references
TBR= Author: reed@google.com Review URL: https://codereview.chromium.org/354143004
Diffstat (limited to 'tests')
-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
5 files changed, 1 insertions, 8 deletions
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"