| Index: third_party/WebKit/Source/core/paint/BlockPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.h b/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| index 066b96a02d3c71e38fc678d05059476324df303d..e09cd55b858ba1dffe3d319eba02a5f0aca9c2c5 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.h
|
| @@ -42,6 +42,7 @@ public:
|
| private:
|
| void paintCarets(const PaintInfo&, const LayoutPoint&);
|
| void paintContents(const PaintInfo&, const LayoutPoint&);
|
| + void paintFixedPositionObjectsOnAllPages(const PaintInfo& localPaintInfo, const LayoutPoint& paintOffset);
|
|
|
| const LayoutBlock& m_layoutBlock;
|
| };
|
|
|