aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-04-20 05:29:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-20 05:29:51 -0700
commit5e3815b4d074fe3c47bbf0969446ed9870e5ef0a (patch)
treef7779da56dbbe3cd8ada1475ff93040777b21c93 /gm
parentb988ecf639f1394ea5e821ac15b989e25e064534 (diff)
Rein in the use of SkDevice.h
Diffstat (limited to 'gm')
-rw-r--r--gm/beziereffects.cpp1
-rw-r--r--gm/bigrrectaaeffect.cpp1
-rw-r--r--gm/convexpolyeffect.cpp1
-rw-r--r--gm/extractbitmap.cpp1
-rw-r--r--gm/pathopsskpclip.cpp1
-rw-r--r--gm/rrects.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/gm/beziereffects.cpp b/gm/beziereffects.cpp
index 84e2a69e19..61d3795225 100644
--- a/gm/beziereffects.cpp
+++ b/gm/beziereffects.cpp
@@ -16,7 +16,6 @@
#include "GrPathUtils.h"
#include "GrTest.h"
#include "SkColorPriv.h"
-#include "SkDevice.h"
#include "SkGeometry.h"
#include "batches/GrTestBatch.h"
diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp
index f24d072dfd..f4a1252368 100644
--- a/gm/bigrrectaaeffect.cpp
+++ b/gm/bigrrectaaeffect.cpp
@@ -10,7 +10,6 @@
#include "GrContext.h"
#include "GrDrawContextPriv.h"
#include "GrPipelineBuilder.h"
-#include "SkDevice.h"
#include "SkRRect.h"
#include "batches/GrDrawBatch.h"
#include "batches/GrRectBatchFactory.h"
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
index f8d184958d..28a4d5e97b 100644
--- a/gm/convexpolyeffect.cpp
+++ b/gm/convexpolyeffect.cpp
@@ -17,7 +17,6 @@
#include "GrPathUtils.h"
#include "GrTest.h"
#include "SkColorPriv.h"
-#include "SkDevice.h"
#include "SkGeometry.h"
#include "SkTLList.h"
diff --git a/gm/extractbitmap.cpp b/gm/extractbitmap.cpp
index 1b9f0188c2..3fdd5010b6 100644
--- a/gm/extractbitmap.cpp
+++ b/gm/extractbitmap.cpp
@@ -8,7 +8,6 @@
#include "gm.h"
#include "SkBitmap.h"
#include "SkCanvas.h"
-#include "SkDevice.h"
#include "SkString.h"
#include "SkSurface.h"
diff --git a/gm/pathopsskpclip.cpp b/gm/pathopsskpclip.cpp
index b52e8bbc90..4e575cae24 100644
--- a/gm/pathopsskpclip.cpp
+++ b/gm/pathopsskpclip.cpp
@@ -9,7 +9,6 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
#include "SkClipStack.h"
-#include "SkDevice.h"
#include "SkPath.h"
#include "SkPathOps.h"
#include "SkPicture.h"
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index e698e6bd34..d8b5e388eb 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -13,7 +13,6 @@
#include "batches/GrRectBatchFactory.h"
#include "effects/GrRRectEffect.h"
#endif
-#include "SkDevice.h"
#include "SkRRect.h"
namespace skiagm {