Index: Source/WebCore/platform/graphics/chromium/ContentLayerChromium.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/ContentLayerChromium.cpp (revision 91885) |
+++ Source/WebCore/platform/graphics/chromium/ContentLayerChromium.cpp (working copy) |
@@ -85,6 +85,12 @@ |
cleanupResources(); |
} |
+void ContentLayerChromium::cleanupResources() |
+{ |
+ m_textureUpdater.clear(); |
+ TiledLayerChromium::cleanupResources(); |
+} |
+ |
void ContentLayerChromium::paintContentsIfDirty() |
{ |
ASSERT(drawsContent()); |