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

Unified Diff: ui/gl/gl_surface.cc

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vsync provider, better transport_dib, etc. Created 7 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: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index f09aa35924daf21f1ab19a5eb57ba463eb8e011c..7456846347bfbe2ddca1aeabccd4ae1c9af50282 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -79,6 +79,10 @@ bool GLSurface::Initialize() {
return true;
}
+bool GLSurface::Initialize(VSyncProvider* syncProvider) {
+ return Initialize();
+}
+
bool GLSurface::Resize(const gfx::Size& size) {
NOTIMPLEMENTED();
return false;

Powered by Google App Engine
This is Rietveld 408576698