Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index 13756204434bfa984536dea31d195649fb0694be..bfd054dc6003d6d1041d807754a6410d680accc5 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -78,11 +78,15 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
private: |
explicit SingleThreadProxy(LayerTreeHost* layer_tree_host); |
- bool CommitAndComposite(base::TimeTicks frame_begin_time); |
+ bool CommitAndComposite(base::TimeTicks frame_begin_time, |
+ gfx::Rect device_viewport_damage_rect, |
+ LayerTreeHostImpl::FrameData* frame); |
void DoCommit(scoped_ptr<ResourceUpdateQueue> queue); |
bool DoComposite( |
scoped_refptr<cc::ContextProvider> offscreen_context_provider, |
- base::TimeTicks frame_begin_time); |
+ base::TimeTicks frame_begin_time, |
+ gfx::Rect device_viewport_damage_rect, |
+ LayerTreeHostImpl::FrameData* frame); |
void DidSwapFrame(); |
bool ShouldComposite() const; |