aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger
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 /debugger
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 'debugger')
-rw-r--r--debugger/debuggermain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/debugger/debuggermain.cpp b/debugger/debuggermain.cpp
index 0aec02b9b2..eebcd5f3f1 100644
--- a/debugger/debuggermain.cpp
+++ b/debugger/debuggermain.cpp
@@ -67,6 +67,5 @@ int main(int argc, char *argv[]) {
w.show();
int result = a.exec();
- SkGraphics::Term();
return result;
}