| 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 a1f9c02187b2a19f3bdbc4436a8e72b8bc9d349f..91724265faac2b5903d5174c0634453e5a300f8d 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);
|
| }
|
|
|
|
|