Chromium Code Reviews| 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 |