| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index fa5d5fecbbe1d100ab802ffaac12d0fe75058885..0adc1fea9985ac9bbddbc42a7e707b819733fbe3 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -71,6 +71,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void RenewTreePriority() OVERRIDE {}
|
| virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay)
|
| OVERRIDE {}
|
| + virtual void DidFinishTileRasterTasks() OVERRIDE {}
|
|
|
| // Called by the legacy path where RenderWidget does the scheduling.
|
| void CompositeImmediately(base::TimeTicks frame_begin_time);
|
|
|