| Index: cc/CCLayerTreeHostImpl.h
|
| ===================================================================
|
| --- cc/CCLayerTreeHostImpl.h (revision 160263)
|
| +++ cc/CCLayerTreeHostImpl.h (working copy)
|
| @@ -109,7 +109,7 @@
|
| 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;
|
|
|