Index: Source/core/paint/BlockPainter.h |
diff --git a/Source/core/paint/BlockPainter.h b/Source/core/paint/BlockPainter.h |
index b43d01bfbdec147d7b4782d478d8fab32737bc9c..a300e49f8c041e93738e0f183e9842e44b6df724 100644 |
--- a/Source/core/paint/BlockPainter.h |
+++ b/Source/core/paint/BlockPainter.h |
@@ -24,6 +24,7 @@ public: |
void paintObject(PaintInfo&, const LayoutPoint&); |
void paintChildren(PaintInfo&, const LayoutPoint&); |
void paintChildAsInlineBlock(RenderBox*, PaintInfo&, const LayoutPoint&); |
+ void paintOverflowControlsIfNeeded(PaintInfo&, const LayoutPoint&); |
// inline-block elements paint all phases atomically. This function ensures that. Certain other elements |
// (grid items, flex items) require this behavior as well, and this function exists as a helper for them. |