| 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 eb733986a3a9225b8242c525e0bd1341639ee439..3d37ff2dbf7298b8c87d06f0f74e99e203cd5f43 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| @@ -96,16 +96,13 @@ class PaintInvalidator {
|
| void processPendingDelayedPaintInvalidations();
|
|
|
| private:
|
| - LayoutRect mapLocalRectToPaintInvalidationBacking(
|
| - const LayoutObject&,
|
| - const FloatRect&,
|
| - const PaintInvalidatorContext&);
|
| - 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;
|
|
|