| Index: third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FramePainter.cpp b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| index 0201869428f5b2e7e24f7a9f24f10b06c3de33b8..041d4321b835cac0722585f411cbbd9b47dc1cea 100644
|
| --- a/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| @@ -74,7 +74,7 @@ void FramePainter::paint(GraphicsContext& context,
|
| frameView().visibleContentRect());
|
|
|
| documentDirtyRect.moveBy(-frameView().location() +
|
| - frameView().scrollPosition());
|
| + frameView().scrollOffsetInt());
|
| paintContents(context, globalPaintFlags, documentDirtyRect);
|
| }
|
|
|
|
|