aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator
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 /src/animator
parentb988ecf639f1394ea5e821ac15b989e25e064534 (diff)
Rein in the use of SkDevice.h
Diffstat (limited to 'src/animator')
-rw-r--r--src/animator/SkSnapshot.cpp2
1 files changed, 0 insertions, 2 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);