Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1441)

Unified Diff: include/views/SkWindow.h

Issue 1159213002: Expand VisualBench to a real benching tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/views/SkWindow.h
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index 70cbcc19e1d8efe4bf8ae4228e59350f6418e81b..0ae0a7efc464baf24096af3bd2ff48e55e1f1246 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -82,6 +82,7 @@ public:
virtual void setFullscreen(bool) {}
virtual void setVsync(bool) {}
+ virtual void closeWindow() {}
protected:
virtual bool onEvent(const SkEvent&);

Powered by Google App Engine
This is Rietveld 408576698