| 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 3edca170fe6c0d2e738f5bc8fa67987095ac91e3..d7bebac819301275e24c81f9fd02f7a3e9f49edb 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| @@ -23,6 +23,7 @@ public:
|
| // TODO(wangxianzhu): Avoid Optional<> by using copy-and-update pattern for PaintInvalidatorContext.
|
| void invalidatePaintIfNeeded(FrameView&, const PaintPropertyTreeBuilderContext&, Optional<PaintInvalidatorContext>&);
|
| void invalidatePaintIfNeeded(const LayoutObject&, const PaintPropertyTreeBuilderContext&, const PaintInvalidatorContext&, Optional<PaintInvalidatorContext>&);
|
| + void didWalkSubtrees(const PaintInvalidatorContext&);
|
|
|
| // Process objects needing paint invalidation on the next frame.
|
| // See the definition of PaintInvalidationDelayedFull for more details.
|
|
|