Index: Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
diff --git a/Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp b/Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
index dbc4c0b9fe8e157b40506be58168fe1650764834..aa691c21bd3278da3a9a40ced68652dca27cc3cc 100644
--- a/Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
+++ b/Source/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
@@ -840,6 +840,11 @@ bool GraphicsLayerChromium::appliesPageScale() const
return false;
}
+void GraphicsLayerChromium::setFixedToContainerLayer(bool isFixedToContainerLayer)
+{
+ platformLayer()->setFixedToContainerLayer(isFixedToContainerLayer);
+}
+
void GraphicsLayerChromium::paint(GraphicsContext& context, const IntRect& clip)
{
paintGraphicsLayerContents(context, clip);