diff options
Diffstat (limited to 'WebCore/platform/graphics/chromium/PluginLayerChromium.cpp')
-rw-r--r-- | WebCore/platform/graphics/chromium/PluginLayerChromium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/chromium/PluginLayerChromium.cpp b/WebCore/platform/graphics/chromium/PluginLayerChromium.cpp index 2d1852f..878c142 100644 --- a/WebCore/platform/graphics/chromium/PluginLayerChromium.cpp +++ b/WebCore/platform/graphics/chromium/PluginLayerChromium.cpp @@ -102,7 +102,7 @@ void PluginLayerChromium::setTextureId(unsigned id) m_textureId = id; } -void PluginLayerChromium::updateContents() +void PluginLayerChromium::updateContentsIfDirty() { } |