aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/VisualBench
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@google.com>2015-09-09 07:22:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-09 07:22:09 -0700
commitd9b8d7ac1fb4628f3411253c0fc6cd37e4ff0487 (patch)
tree0fb1483f5d9a875bd6349aa1ea8cf3e09cefa132 /tools/VisualBench
parent2ac6793efc9b33f6104f9c39810bee5714bdc208 (diff)
Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ )
Reason for revert: SK_ATTR_DEPRECATED is meaningful to Android. Don't use it. Original issue's description: > 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 TBR=reed@google.com,scroggo@google.com,mtklein@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:4259 Review URL: https://codereview.chromium.org/1314483006
Diffstat (limited to 'tools/VisualBench')
-rw-r--r--tools/VisualBench/VisualBench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/VisualBench/VisualBench.cpp b/tools/VisualBench/VisualBench.cpp
index 3c4120469b..7b90266677 100644
--- a/tools/VisualBench/VisualBench.cpp
+++ b/tools/VisualBench/VisualBench.cpp
@@ -114,6 +114,7 @@ void application_init() {
void application_term() {
SkEvent::Term();
+ SkGraphics::Term();
}
SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv) {