| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index e16adb9a5508d09e39f889b175618d4c80ec3b51..6c6e77cd37215772d2b91adf66ca0bfa13538749 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -662,6 +662,10 @@ void ThreadProxy::ForceSerializeOnSwapBuffersOnImplThread(
|
| completion->Signal();
|
| }
|
|
|
| +bool ThreadProxy::SupportsImplScrolling() const {
|
| + return true;
|
| +}
|
| +
|
| void ThreadProxy::SetDebugState(const LayerTreeDebugState& debug_state) {
|
| Proxy::ImplThreadTaskRunner()->PostTask(
|
| FROM_HERE,
|
|
|