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

Unified Diff: src/views/mac/SkOSWindow_Mac.cpp

Issue 1151333004: CL to add setFullscreen and setVsync to SkWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 7 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
Index: src/views/mac/SkOSWindow_Mac.cpp
diff --git a/src/views/mac/SkOSWindow_Mac.cpp b/src/views/mac/SkOSWindow_Mac.cpp
index e6f35803258407ae427fd0761c1b656972b8de6f..32764f29ac1193b2e4d6b89285a7a8ce781622b3 100644
--- a/src/views/mac/SkOSWindow_Mac.cpp
+++ b/src/views/mac/SkOSWindow_Mac.cpp
@@ -539,4 +539,8 @@ void SkOSWindow::present() {
aglSwapBuffers((AGLContext)fAGLCtx);
}
robertphillips 2015/05/26 21:21:41 Isn't this already in SkWindow.h ?
joshualitt 2015/05/27 14:09:34 Yes, but I'm going to go through and fill these ou
+void SkOSWindow::setFullscreen(bool) {}
+
+void SkOSWindow::setVsync(bool) {}
+
#endif

Powered by Google App Engine
This is Rietveld 408576698