| Index: Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (revision 122256)
|
| +++ Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (working copy)
|
| @@ -168,7 +168,8 @@
|
| void deleteContentsTexturesOnImplThread(TextureAllocator*);
|
| virtual void acquireLayerTextures();
|
| // Returns false if we should abort this frame due to initialization failure.
|
| - bool updateLayers(CCTextureUpdater&);
|
| + bool initializeLayerRendererIfNeeded();
|
| + void updateLayers(CCTextureUpdater&);
|
|
|
| CCLayerTreeHostClient* client() { return m_client; }
|
|
|
|
|