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

Unified Diff: gpu/command_buffer/client/gl_in_process_context.h

Issue 271763002: Clean up SyncCompositorFactory context creation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: gpu/command_buffer/client/gl_in_process_context.h
diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h
index 60a16653d9366f41ae7e20170f7002a0475f7784..c3265fccc4745a7b3fa1bc17e3cd9f59c7e5aa51 100644
--- a/gpu/command_buffer/client/gl_in_process_context.h
+++ b/gpu/command_buffer/client/gl_in_process_context.h
@@ -65,7 +65,7 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
// service runs on the same thread as this client because GLSurface is not
// thread safe.
static GLInProcessContext* CreateWithSurface(
- scoped_refptr<gfx::GLSurface> surface,
+ gfx::GLSurface* surface,
scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
GLInProcessContext* share_context,
const GLInProcessContextAttribs& attribs,

Powered by Google App Engine
This is Rietveld 408576698