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

Unified Diff: services/gles2/gpu_impl.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: 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
Index: services/gles2/gpu_impl.cc
diff --git a/services/gles2/gpu_impl.cc b/services/gles2/gpu_impl.cc
index 896bb18bb15609482078cbf6e72bab3b4ba23df7..9bdf8de48c330aeb2d00e839bde6273c4d509fa1 100644
--- a/services/gles2/gpu_impl.cc
+++ b/services/gles2/gpu_impl.cc
@@ -30,7 +30,8 @@ void GpuImpl::CreateOffscreenGLES2Context(
state_->sync_point_manager(),
make_scoped_ptr(new CommandBufferDriver(
state_->share_group(), state_->mailbox_manager(),
- state_->sync_point_manager())));
+ state_->sync_point_manager(),
+ gfx::SurfaceConfiguration())));
}
} // namespace gles2

Powered by Google App Engine
This is Rietveld 408576698