| Index: Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h (revision 122257)
|
| +++ Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h (working copy)
|
| @@ -50,6 +50,7 @@
|
| virtual bool isStarted() const OVERRIDE;
|
| virtual bool initializeContext() OVERRIDE;
|
| virtual void setSurfaceReady() OVERRIDE;
|
| + virtual void setVisible(bool) OVERRIDE;
|
| virtual bool initializeLayerRenderer() OVERRIDE;
|
| virtual bool recreateContext() OVERRIDE;
|
| virtual int compositorIdentifier() const OVERRIDE { return m_compositorIdentifier; }
|
| @@ -57,7 +58,6 @@
|
| virtual void loseContext() OVERRIDE;
|
| virtual void setNeedsAnimate() OVERRIDE;
|
| virtual void setNeedsCommit() OVERRIDE;
|
| - virtual void setNeedsForcedCommit() OVERRIDE;
|
| virtual void setNeedsRedraw() OVERRIDE;
|
| virtual bool commitRequested() const OVERRIDE;
|
| virtual void didAddAnimation() OVERRIDE;
|
| @@ -74,7 +74,6 @@
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE { m_layerTreeHost->scheduleComposite(); }
|
| virtual void setNeedsCommitOnImplThread() OVERRIDE { m_layerTreeHost->scheduleComposite(); }
|
| virtual void postAnimationEventsToMainThreadOnImplThread(PassOwnPtr<CCAnimationEventsVector>, double wallClockTime) OVERRIDE;
|
| - virtual void postSetContentsMemoryAllocationLimitBytesToMainThreadOnImplThread(size_t) OVERRIDE;
|
|
|
| // Called by the legacy path where RenderWidget does the scheduling.
|
| void compositeImmediately();
|
|
|