| Index: cc/CCLayerTreeHostImpl.h
|
| diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h
|
| index b4c30c9da5a2d48b3427c3d6a36751a846f4e462..9a6b4d0e2c58085ce6362e9087cd19a009d3ab6a 100644
|
| --- a/cc/CCLayerTreeHostImpl.h
|
| +++ b/cc/CCLayerTreeHostImpl.h
|
| @@ -110,7 +110,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;
|
|
|