aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/PathOpsSkpClipTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp
index edc79d18e6..7b63c1cda7 100644
--- a/tests/PathOpsSkpClipTest.cpp
+++ b/tests/PathOpsSkpClipTest.cpp
@@ -1102,7 +1102,6 @@ int tool_main(int argc, char** argv) {
test->run();
}
}
- SkGraphics::Term();
return 0;
}