aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
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 /example
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 'example')
-rw-r--r--example/HelloWorld.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/HelloWorld.cpp b/example/HelloWorld.cpp
index 495d2af598..0d12d0fb04 100644
--- a/example/HelloWorld.cpp
+++ b/example/HelloWorld.cpp
@@ -23,7 +23,6 @@ void application_init() {
void application_term() {
SkEvent::Term();
- SkGraphics::Term();
}
HelloWorldWindow::HelloWorldWindow(void* hwnd)