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

Unified Diff: content/browser/android/in_process/synchronous_compositor_impl.h

Issue 143023005: Support multiple service instances with GLInProcessContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: content/browser/android/in_process/synchronous_compositor_impl.h
diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h
index 3cf1b6193581708929f9e5f831620a1e22a62a28..44b5daeb30e356004a3febee6a20f7dfb4f970d3 100644
--- a/content/browser/android/in_process/synchronous_compositor_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_impl.h
@@ -49,7 +49,8 @@ class SynchronousCompositorImpl
virtual void SetClient(SynchronousCompositorClient* compositor_client)
OVERRIDE;
virtual bool InitializeHwDraw(
- scoped_refptr<gfx::GLSurface> surface) OVERRIDE;
+ scoped_refptr<gfx::GLSurface> surface,
+ scoped_refptr<gpu::InProcessCommandBuffer::Service> service) OVERRIDE;
virtual void ReleaseHwDraw() OVERRIDE;
virtual bool DemandDrawHw(
gfx::Size surface_size,

Powered by Google App Engine
This is Rietveld 408576698