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

Unified Diff: include/views/SkWindow.h

Issue 1181723006: Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « include/views/SkOSWindow_iOS.h ('k') | src/views/unix/SkOSWindow_Unix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkWindow.h
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index 0ae0a7efc464baf24096af3bd2ff48e55e1f1246..602c1c2076dd01e9dcc7b8c53ffef73b9d8a04bd 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -80,10 +80,6 @@ public:
virtual void onPDFSaved(const char title[], const char desc[],
const char path[]) {}
- virtual void setFullscreen(bool) {}
- virtual void setVsync(bool) {}
- virtual void closeWindow() {}
-
protected:
virtual bool onEvent(const SkEvent&);
virtual bool onDispatchClick(int x, int y, Click::State, void* owner, unsigned modi);
« no previous file with comments | « include/views/SkOSWindow_iOS.h ('k') | src/views/unix/SkOSWindow_Unix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698