| Index: third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp b/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| index 33975e424d5ed0d451850e6a4da72e52396e4a74..fc78d7a2127578e508d297f842a088a4df8f6fe2 100644
|
| --- a/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FrameSetPainter.cpp
|
| @@ -7,6 +7,7 @@
|
| #include "core/html/HTMLFrameSetElement.h"
|
| #include "core/layout/LayoutFrameSet.h"
|
| #include "core/paint/LayoutObjectDrawingRecorder.h"
|
| +#include "core/paint/ObjectPainter.h"
|
| #include "core/paint/PaintInfo.h"
|
|
|
| namespace blink {
|
| @@ -150,6 +151,7 @@ void FrameSetPainter::paintChildren(const PaintInfo& paintInfo,
|
|
|
| void FrameSetPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutFrameSet).checkPaintOffset(paintInfo, paintOffset);
|
| if (paintInfo.phase != PaintPhaseForeground)
|
| return;
|
|
|
|
|