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

Unified Diff: include/views/SkOSWindow_Mac.h

Issue 1184143011: nibless mac, visual bench working on mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix HelloWorld compile on windows 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 | « gyp/visualbench.gyp ('k') | src/views/mac/SampleApp.xib » ('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 91d42bd855580ab7928ad8f45c08512dd6984873..e4c090abf3c8ae03016d874d167a5474ef39441f 100644
--- a/include/views/SkOSWindow_Mac.h
+++ b/include/views/SkOSWindow_Mac.h
@@ -30,10 +30,9 @@ 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 */ }
-
+ bool makeFullscreen();
+ void closeWindow();
+ void setVsync(bool);
protected:
// overrides from SkEventSink
virtual bool onEvent(const SkEvent& evt);
« no previous file with comments | « gyp/visualbench.gyp ('k') | src/views/mac/SampleApp.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698