| Index: third_party/WebKit/Source/core/paint/BlockFlowPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockFlowPainter.h b/third_party/WebKit/Source/core/paint/BlockFlowPainter.h
|
| index df5c74c9f28ab0940d0c554db0f36acbb52c7408..7d76d23afcdc2a833ae2f87cc4d10eac8615f668 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockFlowPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BlockFlowPainter.h
|
| @@ -17,7 +17,7 @@ class BlockFlowPainter {
|
| STACK_ALLOCATED();
|
| public:
|
| BlockFlowPainter(const LayoutBlockFlow& layoutBlockFlow) : m_layoutBlockFlow(layoutBlockFlow) { }
|
| - void paintFloats(const PaintInfo&, const LayoutPoint&, bool preservePhase);
|
| + void paintFloats(const PaintInfo&, const LayoutPoint&);
|
| void paintSelection(const PaintInfo&, const LayoutPoint&);
|
| private:
|
| const LayoutBlockFlow& m_layoutBlockFlow;
|
|
|