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

Unified Diff: content/browser/compositor/offscreen_browser_compositor_output_surface.cc

Issue 1230203007: Re-land: cc: Use worker context for one-copy tile initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits and use best_resource_format for now Created 5 years, 5 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/offscreen_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
index 36f6aa9e24ca9bdfec066f94ff29e6e8ec075c7e..d1289edf4589303534eeb3c0b63ebb4ac80f94dd 100644
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
@@ -34,6 +34,7 @@ OffscreenBrowserCompositorOutputSurface::
scoped_ptr<BrowserCompositorOverlayCandidateValidator>
overlay_candidate_validator)
: BrowserCompositorOutputSurface(context,
+ nullptr,
piman 2015/07/23 20:44:52 Any reason we don't pass the worker context here?
reveman 2015/07/24 17:49:15 Added a worker context here in latest patch.
vsync_manager,
overlay_candidate_validator.Pass()),
fbo_(0),

Powered by Google App Engine
This is Rietveld 408576698