Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
index a94745099318a669e57afb22ced345b957ba6910..4ad6cbf787c67646f3edf35c5bb4b27505bb4b51 100644 |
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h |
@@ -44,8 +44,12 @@ class PrePaintTreeWalk { |
const LayoutPoint& ancestorPaintOffset, |
FloatClipRect&); |
- // Returns true if the tree walk should stop before processing this object. |
- bool shouldEndWalkBefore(const LayoutObject&, const PrePaintTreeWalkContext&); |
+ bool ALWAYS_INLINE |
+ needsTreeBuilderContextUpdate(const FrameView&, |
+ const PrePaintTreeWalkContext&); |
+ bool ALWAYS_INLINE |
+ needsTreeBuilderContextUpdate(const LayoutObject&, |
+ const PrePaintTreeWalkContext&); |
PaintPropertyTreeBuilder m_propertyTreeBuilder; |
PaintInvalidator m_paintInvalidator; |