| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 615432111823054f598e7f2684635d703c08b0fd..ca0cabaf0c25554ccc3b694e39a61c6f25d7f3ad 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -1088,6 +1088,9 @@ public:
|
| void setNeedsOverflowRecalcAfterStyleChange();
|
| void markContainingBlocksForOverflowRecalc();
|
|
|
| + // FIXME: This is temporary for cases that setShouldDoFullPaintInvalidation(true) doesn't work yet.
|
| + void doNotUseInvalidatePaintForWholeRendererSynchronously() const { invalidatePaintForWholeRenderer(); }
|
| +
|
| protected:
|
| inline bool layerCreationAllowedForSubtree() const;
|
|
|
|
|