aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/SkEvent.cpp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-23 13:24:49 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-24 16:03:27 +0000
commit20de615e3d02ff52c9a3c319ce35bcaace97be25 (patch)
tree0e1576ad906828429d400c553d3a54ea662cfb95 /src/views/SkEvent.cpp
parenta109e3926ed2fbbb41471a140b64297ea8554357 (diff)
headers: forward declare SkDOM, and include SkClipOp
Change-Id: I38041cd2c71a89604f35832415287e2356592efd Reviewed-on: https://skia-review.googlesource.com/8925 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src/views/SkEvent.cpp')
-rw-r--r--src/views/SkEvent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/SkEvent.cpp b/src/views/SkEvent.cpp
index 57e165f2df..c218ee419d 100644
--- a/src/views/SkEvent.cpp
+++ b/src/views/SkEvent.cpp
@@ -6,6 +6,7 @@
*/
+#include "SkDOM.h"
#include "SkEvent.h"
void SkEvent::initialize(const char* type, size_t typeLen,