aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkOSWindow_Unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkOSWindow_Unix.h')
-rw-r--r--include/views/SkOSWindow_Unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
index 2811ff855c..78670cde13 100644
--- a/include/views/SkOSWindow_Unix.h
+++ b/include/views/SkOSWindow_Unix.h
@@ -46,6 +46,9 @@ public:
//static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
+ void setFullscreen(bool) override;
+ void setVsync(bool) override;
+
protected:
// Overridden from from SkWindow:
void onSetTitle(const char title[]) override;