| 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,
|
|
|