| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index 0a8620eb7e724c3873aa24afa00413fe39945079..a73466e1515c73f49c1d3a19114ff5bcb401d6d1 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -548,6 +548,10 @@ void ProxyImpl::ScheduledActionInvalidateCompositorFrameSink() {
|
| layer_tree_host_impl_->compositor_frame_sink()->Invalidate();
|
| }
|
|
|
| +void ProxyImpl::ScheduledActionRunImplSideInvalidation() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void ProxyImpl::SendBeginMainFrameNotExpectedSoon() {
|
| DCHECK(IsImplThread());
|
| MainThreadTaskRunner()->PostTask(
|
|
|