| 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 d97b3ff445f2b6a61b5cc96479354e6c03b683d5..a2ee72302cfeb7b49590ce795a93c207cd106dad 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| @@ -104,8 +104,10 @@ class PaintInvalidator {
|
| computeLocationInBacking(const LayoutObject&, const PaintInvalidatorContext&);
|
| ALWAYS_INLINE void updatePaintingLayer(const LayoutObject&,
|
| PaintInvalidatorContext&);
|
| - ALWAYS_INLINE void updateContext(const LayoutObject&,
|
| - PaintInvalidatorContext&);
|
| + ALWAYS_INLINE void updatePaintInvalidationContainer(const LayoutObject&,
|
| + PaintInvalidatorContext&);
|
| + ALWAYS_INLINE void updateVisualRect(const LayoutObject&,
|
| + PaintInvalidatorContext&);
|
|
|
| Vector<const LayoutObject*> m_pendingDelayedPaintInvalidations;
|
| GeometryMapper& m_geometryMapper;
|
|
|