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

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: Remove context_provider.mojom 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_,
rjkroege 2015/08/06 22:09:02 what are you doing here? wasn't the VPL needed to
make_scoped_ptr(new CommandBufferDriver(state_)));
}

Powered by Google App Engine
This is Rietveld 408576698