| Index: cc/single_thread_proxy.cc
|
| diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc
|
| index 40b7ad2019677ff864d42c238e8f7b056bc63b71..70328e9ccb1cf19528924c891073050c0ee12a5d 100644
|
| --- a/cc/single_thread_proxy.cc
|
| +++ b/cc/single_thread_proxy.cc
|
| @@ -291,6 +291,12 @@ void SingleThreadProxy::setNeedsManageTilesOnImplThread()
|
| m_layerTreeHost->scheduleComposite();
|
| }
|
|
|
| +void SingleThreadProxy::setNeedsCheckForCompletedRasterTasksOnImplThread()
|
| +{
|
| + // implSidePainting only.
|
| + NOTREACHED();
|
| +}
|
| +
|
| void SingleThreadProxy::postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector> events, base::Time wallClockTime)
|
| {
|
| DCHECK(Proxy::isImplThread());
|
|
|