| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 7aa7cfc0ce644be1826bfd7237837117740f73a2..f8d227f087c9c07b7cc66dc7fdc6adb693e4d4dc 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -424,6 +424,10 @@ void SingleThreadProxy::OnDrawForCompositorFrameSink(
|
| NOTREACHED() << "Implemented by ThreadProxy for synchronous compositor.";
|
| }
|
|
|
| +void SingleThreadProxy::NeedsImplSideInvalidation() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void SingleThreadProxy::CompositeImmediately(base::TimeTicks frame_begin_time) {
|
| TRACE_EVENT0("cc,benchmark", "SingleThreadProxy::CompositeImmediately");
|
| DCHECK(task_runner_provider_->IsMainThread());
|
|
|