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

Unified Diff: cc/output/renderer.h

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-offscreencontext: include Created 6 years, 8 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
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index 7cb921b14be9aedfc55f3dfb9885c487d78dbe84..d9f3310ae4aaea6f5dbec45a39f4e219a3e65966 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -23,7 +23,6 @@ struct RendererCapabilitiesImpl {
// Capabilities copied to main thread.
ResourceFormat best_texture_format;
bool allow_partial_texture_updates;
- bool using_offscreen_context3d;
int max_texture_size;
bool using_shared_memory_resources;
@@ -61,7 +60,6 @@ class CC_EXPORT Renderer {
// The |device_viewport_rect| and |device_clip_rect| are in non-y-flipped
// window space.
virtual void DrawFrame(RenderPassList* render_passes_in_draw_order,
- ContextProvider* offscreen_context_provider,
float device_scale_factor,
const gfx::Rect& device_viewport_rect,
const gfx::Rect& device_clip_rect,
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698