Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index 7bd7da26e41038e284ef40e4de832e1d0b4c60fa..6a2487bf93809f2c6d53b0542f5fc6822ca9a946 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -82,12 +82,14 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
void OnOutputSurfaceInitializeAttempted(bool success); |
bool CommitAndComposite(base::TimeTicks frame_begin_time, |
gfx::Rect device_viewport_damage_rect, |
+ bool for_readback, |
LayerTreeHostImpl::FrameData* frame); |
void DoCommit(scoped_ptr<ResourceUpdateQueue> queue); |
bool DoComposite( |
scoped_refptr<cc::ContextProvider> offscreen_context_provider, |
base::TimeTicks frame_begin_time, |
gfx::Rect device_viewport_damage_rect, |
+ bool for_readback, |
LayerTreeHostImpl::FrameData* frame); |
void DidSwapFrame(); |