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

Unified Diff: src/views/win/SkOSWindow_win.cpp

Issue 1151333004: CL to add setFullscreen and setVsync to SkWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc 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/win/SkOSWindow_win.cpp
diff --git a/src/views/win/SkOSWindow_win.cpp b/src/views/win/SkOSWindow_win.cpp
index 08bbdd3a9ef3e391111f7590f281351c942fd4e1..4e87df496fa952be75003cdec0396df624613709 100644
--- a/src/views/win/SkOSWindow_win.cpp
+++ b/src/views/win/SkOSWindow_win.cpp
@@ -619,4 +619,8 @@ void SkOSWindow::present() {
}
}
+void SkOSWindow::setFullscreen(bool) {}
+
+void SkOSWindow::setVsync(bool) {}
+
#endif

Powered by Google App Engine
This is Rietveld 408576698