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

Unified Diff: include/views/SkOSWindow_Mac.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_Android.h ('k') | include/views/SkOSWindow_Unix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkOSWindow_Mac.h
diff --git a/include/views/SkOSWindow_Mac.h b/include/views/SkOSWindow_Mac.h
index 2a15bf5f67ad2f1141b0ca6b61b90d50a6ebcb80..91d42bd855580ab7928ad8f45c08512dd6984873 100644
--- a/include/views/SkOSWindow_Mac.h
+++ b/include/views/SkOSWindow_Mac.h
@@ -30,6 +30,10 @@ public:
bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
void present();
+ bool makeFullscreen() { return false; }
+ void closeWindow() { /* Not impl yet */ }
+ void setVsync(bool) { /* Not impl yet */ }
+
protected:
// overrides from SkEventSink
virtual bool onEvent(const SkEvent& evt);
« no previous file with comments | « include/views/SkOSWindow_Android.h ('k') | include/views/SkOSWindow_Unix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698