| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index c254311a9300edb65bc8d9006bb6e5c613c6f6f1..9469d5984d342fb62666c3b5dfe8b002541ca1e5 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -391,6 +391,10 @@ void SingleThreadProxy::ForceSerializeOnSwapBuffers() {
|
| }
|
| }
|
|
|
| +bool SingleThreadProxy::SupportsImplScrolling() const {
|
| + return false;
|
| +}
|
| +
|
| bool SingleThreadProxy::ShouldComposite() const {
|
| DCHECK(Proxy::IsImplThread());
|
| return layer_tree_host_impl_->visible() &&
|
|
|