| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index 4066513773c01c0efba5fb200e1bf1d55a7c82cf..838e44f855c2e109c3bf71676312ae8f086d156b 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -89,6 +89,8 @@ class CC_EXPORT Proxy {
|
| // Maximum number of sub-region texture updates supported for each commit.
|
| virtual size_t MaxPartialTextureUpdates() const = 0;
|
|
|
| + virtual bool SupportsImplScrolling() const = 0;
|
| +
|
| virtual scoped_ptr<base::Value> AsValue() const = 0;
|
|
|
| virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0;
|
|
|