diff options
author | mtklein <mtklein@chromium.org> | 2015-09-08 15:18:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-08 15:18:21 -0700 |
commit | 925979f733fe8e70d84627147dee04d030423349 (patch) | |
tree | 03c2147d139a3214b4293aedc6c8115d42e21bf5 /example | |
parent | 87a5c9fa0ff6fdf5225df53666798a2d513ade6d (diff) |
Make SkGraphics::Term a no-op, stop calling it.
I'd remove it entirely but Android is calling it explicitly.
BUG=skia:4259
Review URL: https://codereview.chromium.org/1329853005
Diffstat (limited to 'example')
-rw-r--r-- | example/HelloWorld.cpp | 1 |
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) |