aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-09-08 15:18:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-08 15:18:21 -0700
commit925979f733fe8e70d84627147dee04d030423349 (patch)
tree03c2147d139a3214b4293aedc6c8115d42e21bf5 /tests
parent87a5c9fa0ff6fdf5225df53666798a2d513ade6d (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 '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;
}