Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
index fe76a63614b9016ca49950efab9374ee4d8b1172..397eac0d20b151c7d539ff737b18325214f55eab 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
@@ -315,6 +315,7 @@ void GraphicsLayer::setOffsetDoubleFromLayoutObject(const DoubleSize& offset, Sh |
return; |
m_offsetFromLayoutObject = offset; |
+ platformLayer()->setFiltersOrigin(FloatPoint() - toFloatSize(offset)); |
// If the compositing layer offset changes, we need to repaint. |
if (shouldSetNeedsDisplay == SetNeedsDisplay) |