| Index: cc/CCLayerTreeHostImpl.h
|
| diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h
|
| index 08f6028c7461dc979b8651669f30b07d3071ba5d..015281ace34dbfdaedc8033af85bfdd910402dcb 100644
|
| --- a/cc/CCLayerTreeHostImpl.h
|
| +++ b/cc/CCLayerTreeHostImpl.h
|
| @@ -114,7 +114,7 @@ public:
|
| void finishAllRendering();
|
| int sourceAnimationFrameNumber() const;
|
|
|
| - bool initializeRenderer(PassOwnPtr<CCGraphicsContext>, TextureUploaderOption);
|
| + bool initializeRenderer(PassOwnPtr<CCGraphicsContext>);
|
| bool isContextLost();
|
| CCRenderer* renderer() { return m_renderer.get(); }
|
| const RendererCapabilities& rendererCapabilities() const;
|
|
|