| Index: Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerClipper.cpp b/Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| index 9e46b7b4cea6d030d4f99ac4369b33e5d93d6a79..170ec2808e2fb14fe8f12168aa1ccbaf212d4d29 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayerClipper.cpp
|
| @@ -211,7 +211,7 @@ ClipRect DeprecatedPaintLayerClipper::backgroundClipRect(const ClipRectsContext&
|
| if (!context.usesCache())
|
| return uncachedBackgroundClipRect(context);
|
|
|
| - // TODO(chadarmstrong): precalculation for painting should be moved to updateAllLifecyclePhasesInternal
|
| + // TODO(chadarmstrong): precalculation for painting should be moved to updateLifecyclePhasesInternal
|
| // and precalculation could be done for all hit testing. This would let us avoid clearing the cache
|
| if (!m_clips[context.cacheSlot()])
|
| precalculate(context);
|
|
|