aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/svg
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2016-04-27 11:31:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-27 11:31:23 -0700
commit900c36779610dc65c42a5004ee3693fd70961ba4 (patch)
tree603f3ab0fd1a59077c851a93148ee15064813073 /src/svg
parentf8e8d5ee432448a4ca5b6f22aabd148a6708d0c0 (diff)
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
This reduces the public header, and also allows us to foward- declare them, so we can remove an #include from all the SkDevice subclass headers. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1919063002 Review-Url: https://codereview.chromium.org/1919063002
Diffstat (limited to 'src/svg')
-rw-r--r--src/svg/SkSVGDevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svg/SkSVGDevice.h b/src/svg/SkSVGDevice.h
index 8426ad5e10..3323471fb3 100644
--- a/src/svg/SkSVGDevice.h
+++ b/src/svg/SkSVGDevice.h
@@ -9,6 +9,7 @@
#define SkSVGDevice_DEFINED
#include "SkDevice.h"
+#include "SkTemplates.h"
class SkXMLWriter;