Index: Source/WebCore/platform/graphics/chromium/LayerChromium.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/LayerChromium.h (revision 94966) |
+++ Source/WebCore/platform/graphics/chromium/LayerChromium.h (working copy) |
@@ -207,7 +207,7 @@ |
bool descendantDrawsContent(); |
CCLayerTreeHost* layerTreeHost() const { return m_layerTreeHost.get(); } |
- virtual void cleanupResourcesRecursive(); |
+ void cleanupResourcesRecursive(); |
protected: |
GraphicsLayerChromium* m_owner; |