| Index: cc/trees/proxy.h
|
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
|
| index f4388ffb2dc0f7a0504780973d5157c0aa971113..05dfe69c62c451c6c2047e292f0e6637aae09f6f 100644
|
| --- a/cc/trees/proxy.h
|
| +++ b/cc/trees/proxy.h
|
| @@ -95,10 +95,6 @@ class CC_EXPORT Proxy {
|
| virtual void Start() = 0;
|
| virtual void Stop() = 0; // Must be called before deleting the proxy.
|
|
|
| - // Forces 3D commands on all contexts to wait for all previous SwapBuffers
|
| - // to finish before executing in the GPU process.
|
| - virtual void ForceSerializeOnSwapBuffers() = 0;
|
| -
|
| virtual bool SupportsImplScrolling() const = 0;
|
|
|
| virtual void SetChildrenNeedBeginFrames(bool children_need_begin_frames) = 0;
|
|
|