Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
index 9a8e2a6e3c3021f6ba229f7f9a7858b88b5e7982..0c9ee0cf611c6474c4d71c57f500440f0de4ffd9 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
@@ -94,12 +94,15 @@ class PaintInvalidator { |
void processPendingDelayedPaintInvalidations(); |
private: |
- LayoutRect computeVisualRectInBacking(const LayoutObject&, |
- const PaintInvalidatorContext&); |
- LayoutPoint computeLocationInBacking(const LayoutObject&, |
- const PaintInvalidatorContext&); |
- void updatePaintingLayer(const LayoutObject&, PaintInvalidatorContext&); |
- void updateContext(const LayoutObject&, PaintInvalidatorContext&); |
+ ALWAYS_INLINE LayoutRect |
+ computeVisualRectInBacking(const LayoutObject&, |
+ const PaintInvalidatorContext&); |
+ ALWAYS_INLINE LayoutPoint |
+ computeLocationInBacking(const LayoutObject&, const PaintInvalidatorContext&); |
+ ALWAYS_INLINE void updatePaintingLayer(const LayoutObject&, |
+ PaintInvalidatorContext&); |
+ ALWAYS_INLINE void updateContext(const LayoutObject&, |
+ PaintInvalidatorContext&); |
Vector<const LayoutObject*> m_pendingDelayedPaintInvalidations; |
GeometryMapper m_geometryMapper; |