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

Unified Diff: components/view_manager/gles2/gpu_impl.cc

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bot issues (I hope) Created 5 years, 4 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: components/view_manager/gles2/gpu_impl.cc
diff --git a/components/view_manager/gles2/gpu_impl.cc b/components/view_manager/gles2/gpu_impl.cc
index 44d99541ddd0d88b66222b4a79644a0ea913fa76..b797578c7a00c505f728fc5a4ee4d349740b9aa3 100644
--- a/components/view_manager/gles2/gpu_impl.cc
+++ b/components/view_manager/gles2/gpu_impl.cc
@@ -19,8 +19,7 @@ GpuImpl::~GpuImpl() {
void GpuImpl::CreateOffscreenGLES2Context(
mojo::InterfaceRequest<mojo::CommandBuffer> request) {
- new CommandBufferImpl(request.Pass(), mojo::ViewportParameterListenerPtr(),
- state_,
+ new CommandBufferImpl(request.Pass(), state_,
make_scoped_ptr(new CommandBufferDriver(state_)));
}
« no previous file with comments | « components/view_manager/gles2/command_buffer_local_client.h ('k') | components/view_manager/gles2/mojo_gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698