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