| 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 11c906d5c32caa9df58cc0f0c002a7b2d1982d47..9cebe81ecfc6087971832b0bf4bc4cf35ac9d083 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp
|
| @@ -428,6 +428,7 @@ void ObjectPaintInvalidatorWithContext::fullyInvalidatePaint(
|
| newVisualRect, reason);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| PaintInvalidationReason
|
| ObjectPaintInvalidatorWithContext::computePaintInvalidationReason() {
|
| // This is before any early return to ensure the background obscuration status
|
| @@ -496,6 +497,7 @@ ObjectPaintInvalidatorWithContext::computePaintInvalidationReason() {
|
| return PaintInvalidationNone;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void ObjectPaintInvalidatorWithContext::invalidateSelectionIfNeeded(
|
| PaintInvalidationReason reason) {
|
| // Update selection rect when we are doing full invalidation (in case that the
|
| @@ -529,6 +531,7 @@ void ObjectPaintInvalidatorWithContext::invalidateSelectionIfNeeded(
|
| }
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| PaintInvalidationReason
|
| ObjectPaintInvalidatorWithContext::invalidatePaintIfNeededWithComputedReason(
|
| PaintInvalidationReason reason) {
|
|
|