| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 94a6f2851c129f191776b57a31236a3970847bba..562d7c98f31e87235e1b408d315843976e8abd7e 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -348,6 +348,9 @@ void SingleThreadProxy::NotifyReadyToActivate() {
|
| scheduler_on_impl_thread_->NotifyReadyToActivate();
|
| }
|
|
|
| +void SingleThreadProxy::NotifyReadyToDraw() {
|
| +}
|
| +
|
| void SingleThreadProxy::SetNeedsRedrawOnImplThread() {
|
| client_->ScheduleComposite();
|
| if (scheduler_on_impl_thread_)
|
|
|