| 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 27d9b26cb90dd45118a111f470895a415e9ebcd7..3d37ff2dbf7298b8c87d06f0f74e99e203cd5f43 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| @@ -96,12 +96,13 @@ 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&);
|
| + inline LayoutRect computeVisualRectInBacking(const LayoutObject&,
|
| + const PaintInvalidatorContext&);
|
| + inline LayoutPoint computeLocationInBacking(const LayoutObject&,
|
| + const PaintInvalidatorContext&);
|
| + inline void updatePaintingLayer(const LayoutObject&,
|
| + PaintInvalidatorContext&);
|
| + inline void updateContext(const LayoutObject&, PaintInvalidatorContext&);
|
|
|
| Vector<const LayoutObject*> m_pendingDelayedPaintInvalidations;
|
| GeometryMapper m_geometryMapper;
|
|
|