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

Unified Diff: ui/gl/gl_surface_stub.cc

Issue 1168993002: Update the native_viewport interface to allow specification of the surface configuration, currently… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix header issue Created 5 years, 6 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
« ui/gl/gl_surface_stub.h ('K') | « ui/gl/gl_surface_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_stub.cc
diff --git a/ui/gl/gl_surface_stub.cc b/ui/gl/gl_surface_stub.cc
index a27d2af6aba688565304b6b4a009f8d4c159f4de..daa79ded7f438ebd962cfd3fe2627f25b350ad25 100644
--- a/ui/gl/gl_surface_stub.cc
+++ b/ui/gl/gl_surface_stub.cc
@@ -6,6 +6,10 @@
namespace gfx {
+GLSurfaceStub::GLSurfaceStub(SurfaceConfiguration requested_configuration)
+ : GLSurface(requested_configuration) {
+}
+
void GLSurfaceStub::Destroy() {
}
« ui/gl/gl_surface_stub.h ('K') | « ui/gl/gl_surface_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698