Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp

Issue 2419663009: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « third_party/WebKit/Source/core/paint/BoxClipper.cpp ('k') | third_party/WebKit/Source/platform/PODIntervalTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698