Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: third_party/WebKit/Source/core/paint/BlockFlowPainter.h

Issue 1562183002: ObjectPainter::paintAsStackingContext() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/paint/BlockFlowPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698