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

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

Issue 916723002: cc: Add threaded GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement ContextProviderInProcess::DetachFromThread(). Created 5 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_output_surface.h
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.h b/content/browser/android/in_process/synchronous_compositor_output_surface.h
index 6e0391249e1e2ce0c96b7e88b6e02d93c7ac724b..584bedc864f4725a1f94379821d42d690c30bb04 100644
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.h
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.h
@@ -62,7 +62,8 @@ class SynchronousCompositorOutputSurface
// Partial SynchronousCompositor API implementation.
bool InitializeHwDraw(
- scoped_refptr<cc::ContextProvider> onscreen_context_provider);
+ scoped_refptr<cc::ContextProvider> onscreen_context_provider,
+ scoped_refptr<cc::ContextProvider> worker_context_provider);
void ReleaseHwDraw();
scoped_ptr<cc::CompositorFrame> DemandDrawHw(
gfx::Size surface_size,

Powered by Google App Engine
This is Rietveld 408576698