aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-01-13 15:44:27 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-13 21:57:50 +0000
commit2f719a6b9214997e4cc24646d4b280038962b836 (patch)
tree51b2d682e0c5053a63dcdc6d792c1023dd4665fe /tests
parentacdb6d3d31db988ee5d6e4b091adc58c060fa1f9 (diff)
move SkDevice.h and SkBitmapDevice.h contents in to src headers
BUG=skia: Change-Id: I3d8d313f0500c13db21cb973fed4064ec3816912 Reviewed-on: https://skia-review.googlesource.com/7082 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/DeviceTest.cpp3
-rw-r--r--tests/LayerDrawLooperTest.cpp2
-rw-r--r--tests/SurfaceTest.cpp2
3 files changed, 3 insertions, 4 deletions
diff --git a/tests/DeviceTest.cpp b/tests/DeviceTest.cpp
index 9fb4fa2eac..43016cf72d 100644
--- a/tests/DeviceTest.cpp
+++ b/tests/DeviceTest.cpp
@@ -5,8 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
-#include "SkDevice.h"
+#include "SkRasterDevice.h"
#include "SkSpecialImage.h"
#if SK_SUPPORT_GPU
diff --git a/tests/LayerDrawLooperTest.cpp b/tests/LayerDrawLooperTest.cpp
index 8fcbf1615c..5e2cbb61a2 100644
--- a/tests/LayerDrawLooperTest.cpp
+++ b/tests/LayerDrawLooperTest.cpp
@@ -6,12 +6,12 @@
*/
#include "SkBitmap.h"
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkDraw.h"
#include "SkLayerDrawLooper.h"
#include "SkMatrix.h"
#include "SkPaint.h"
+#include "SkRasterDevice.h"
#include "SkRect.h"
#include "SkRefCnt.h"
#include "SkScalar.h"
diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp
index 1f04de5903..9448862813 100644
--- a/tests/SurfaceTest.cpp
+++ b/tests/SurfaceTest.cpp
@@ -6,10 +6,10 @@
*/
#include <functional>
+#include "SkBaseDevice.h"
#include "SkCanvas.h"
#include "SkColorSpace_Base.h"
#include "SkData.h"
-#include "SkDevice.h"
#include "SkImage_Base.h"
#include "SkOverdrawCanvas.h"
#include "SkPath.h"