aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
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 /samplecode
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 'samplecode')
-rw-r--r--samplecode/SampleApp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
index 22e8b8aa1c..02c5e036a1 100644
--- a/samplecode/SampleApp.cpp
+++ b/samplecode/SampleApp.cpp
@@ -2397,5 +2397,4 @@ void application_init() {
void application_term() {
SkEvent::Term();
- SkGraphics::Term();
}