| Index: third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp
|
| index 4765fd8d4e364994778af3321db57bf8f13ab943..e589b9bcce8a3b24a66ac3f5820c15bda96a4ce5 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp
|
| @@ -434,6 +434,7 @@ void ObjectPaintInvalidatorWithContext::fullyInvalidatePaint(
|
| newBounds, reason);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| PaintInvalidationReason
|
| ObjectPaintInvalidatorWithContext::computePaintInvalidationReason() {
|
| // This is before any early return to ensure the background obscuration status
|
| @@ -504,6 +505,7 @@ ObjectPaintInvalidatorWithContext::computePaintInvalidationReason() {
|
| return PaintInvalidationIncremental;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void ObjectPaintInvalidatorWithContext::invalidateSelectionIfNeeded(
|
| PaintInvalidationReason reason) {
|
| // Update selection rect when we are doing full invalidation (in case that the
|
| @@ -533,6 +535,7 @@ void ObjectPaintInvalidatorWithContext::invalidateSelectionIfNeeded(
|
| }
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| PaintInvalidationReason
|
| ObjectPaintInvalidatorWithContext::invalidatePaintIfNeededWithComputedReason(
|
| PaintInvalidationReason reason) {
|
|
|