| Index: cc/CCSingleThreadProxy.h
|
| diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h
|
| index 95f87439940183b44f72a5232da067dba98fd282..acdf4cfaee5338a2aad5fcb4622f721433014726 100644
|
| --- a/cc/CCSingleThreadProxy.h
|
| +++ b/cc/CCSingleThreadProxy.h
|
| @@ -30,7 +30,6 @@ public:
|
| virtual void setVisible(bool) OVERRIDE;
|
| virtual bool initializeRenderer() OVERRIDE;
|
| virtual bool recreateContext() OVERRIDE;
|
| - virtual int compositorIdentifier() const OVERRIDE { return m_compositorIdentifier; }
|
| virtual void implSideRenderingStats(CCRenderingStats&) OVERRIDE;
|
| virtual const RendererCapabilities& rendererCapabilities() const OVERRIDE;
|
| virtual void loseContext() OVERRIDE;
|
| @@ -68,7 +67,6 @@ private:
|
| // Accessed on main thread only.
|
| CCLayerTreeHost* m_layerTreeHost;
|
| bool m_contextLost;
|
| - int m_compositorIdentifier;
|
|
|
| // Holds on to the context between initializeContext() and initializeRenderer() calls. Shouldn't
|
| // be used for anything else.
|
|
|