Index: Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h (revision 91885) |
+++ Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h (working copy) |
@@ -57,6 +57,7 @@ |
virtual const char* layerTypeAsString() const { return "ContentLayer"; } |
+ virtual void cleanupResources(); |
virtual bool drawsContent() const; |
virtual void createTextureUpdaterIfNeeded(); |
virtual LayerTextureUpdater* textureUpdater() const { return m_textureUpdater.get(); } |