diff options
author | robertphillips <robertphillips@google.com> | 2016-04-20 05:29:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-20 05:29:51 -0700 |
commit | 5e3815b4d074fe3c47bbf0969446ed9870e5ef0a (patch) | |
tree | f7779da56dbbe3cd8ada1475ff93040777b21c93 /src | |
parent | b988ecf639f1394ea5e821ac15b989e25e064534 (diff) |
Rein in the use of SkDevice.h
Nothing interesting.
TBR=reed@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1904673003
Review URL: https://codereview.chromium.org/1904673003
Diffstat (limited to 'src')
-rw-r--r-- | src/animator/SkSnapshot.cpp | 2 | ||||
-rw-r--r-- | src/core/SkCanvas.cpp | 1 | ||||
-rw-r--r-- | src/core/SkImageFilter.cpp | 1 | ||||
-rw-r--r-- | src/core/SkPictureRecord.cpp | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/src/animator/SkSnapshot.cpp b/src/animator/SkSnapshot.cpp index b61d602047..4d35432bd7 100644 --- a/src/animator/SkSnapshot.cpp +++ b/src/animator/SkSnapshot.cpp @@ -35,8 +35,6 @@ SkSnapshot::SkSnapshot() fSeqVal = 0; } -#include "SkDevice.h" - bool SkSnapshot::draw(SkAnimateMaker& maker) { SkASSERT(type >= 0); SkASSERT(filename.size() > 0); diff --git a/src/core/SkCanvas.cpp b/src/core/SkCanvas.cpp index 9d7a3d5c0a..b07b4316b9 100644 --- a/src/core/SkCanvas.cpp +++ b/src/core/SkCanvas.cpp @@ -10,7 +10,6 @@ #include "SkCanvasPriv.h" #include "SkClipStack.h" #include "SkColorFilter.h" -#include "SkDevice.h" #include "SkDraw.h" #include "SkDrawable.h" #include "SkDrawFilter.h" diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp index d73934cd38..b71b79a57b 100644 --- a/src/core/SkImageFilter.cpp +++ b/src/core/SkImageFilter.cpp @@ -11,7 +11,6 @@ #include "SkBitmap.h" #include "SkBitmapDevice.h" #include "SkChecksum.h" -#include "SkDevice.h" #include "SkFuzzLogging.h" #include "SkLocalMatrixImageFilter.h" #include "SkMatrixImageFilter.h" diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp index fc502aa6fc..afde01bbfb 100644 --- a/src/core/SkPictureRecord.cpp +++ b/src/core/SkPictureRecord.cpp @@ -6,7 +6,6 @@ */ #include "SkPictureRecord.h" -#include "SkDevice.h" #include "SkImage_Base.h" #include "SkPatchUtils.h" #include "SkPixelRef.h" |