aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-09-09 07:35:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-09 07:35:42 -0700
commitfe81e2d274a4948491ed6d4bbce1c96ea0c8f9cd (patch)
tree2f2cfd77160c3c40b48e7de0d7bc072cbecb39a1 /include/views
parentd9b8d7ac1fb4628f3411253c0fc6cd37e4ff0487 (diff)
Make SkGraphics::Term a no-op, stop calling it.
I'd remove it entirely but Android is calling it explicitly. BUG=skia:4259 Committed: https://skia.googlesource.com/skia/+/925979f733fe8e70d84627147dee04d030423349 Review URL: https://codereview.chromium.org/1329853005
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkEvent.h b/include/views/SkEvent.h
index f4df4482bf..0af76fe686 100644
--- a/include/views/SkEvent.h
+++ b/include/views/SkEvent.h
@@ -223,7 +223,7 @@ public:
*/
static void Init();
/** Global cleanup function for the SkEvent system. Should be called exactly once after
- all event methods have been called, and should be called before calling SkGraphics::Term().
+ all event methods have been called.
*/
static void Term();