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

Unified Diff: content/browser/compositor/surface_display_output_surface.h

Issue 889063002: (not for commit) Create 2nd ContextProvider for Ganesh rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/compositor/surface_display_output_surface.h
diff --git a/content/browser/compositor/surface_display_output_surface.h b/content/browser/compositor/surface_display_output_surface.h
index 670aea7a7e1a5f5f1cc0e65be457cdc0ed69bf8d..57727b6aae328d628fc584f3fcded7ecf105ea43 100644
--- a/content/browser/compositor/surface_display_output_surface.h
+++ b/content/browser/compositor/surface_display_output_surface.h
@@ -28,7 +28,8 @@ class SurfaceDisplayOutputSurface : public cc::OutputSurface,
SurfaceDisplayOutputSurface(
cc::SurfaceManager* surface_manager,
cc::SurfaceIdAllocator* allocator,
- const scoped_refptr<cc::ContextProvider>& context_provider);
+ const scoped_refptr<cc::ContextProvider>& context_provider,
+ const scoped_refptr<cc::ContextProvider>& worker_context_provider);
~SurfaceDisplayOutputSurface() override;
void set_display_client(OnscreenDisplayClient* display_client) {

Powered by Google App Engine
This is Rietveld 408576698