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 /tools | |
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 'tools')
-rw-r--r-- | tools/debugger/SkDebugCanvas.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/debugger/SkDebugCanvas.cpp b/tools/debugger/SkDebugCanvas.cpp index 6b629c8959..8568029d38 100644 --- a/tools/debugger/SkDebugCanvas.cpp +++ b/tools/debugger/SkDebugCanvas.cpp @@ -9,7 +9,6 @@ #include "SkClipStack.h" #include "SkDebugCanvas.h" #include "SkDrawCommand.h" -#include "SkDevice.h" #include "SkPaintFilterCanvas.h" #include "SkOverdrawMode.h" |