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