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); |