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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.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/platform/graphics/paint/PaintController.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
index ab782cdd200a836b48d09fc05bedb40b910035ad..636f10ac7a5ba0056c10764ce28c03315d704a9a 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
@@ -465,6 +465,7 @@ void PaintController::copyCachedSubsequence(size_t& cachedItemIndex) {
}
}
+DISABLE_CFI_PERF
static IntRect visualRectForDisplayItem(
const DisplayItem& displayItem,
const LayoutSize& offsetFromLayoutObject) {
@@ -482,6 +483,7 @@ void PaintController::resetCurrentListIndices() {
m_skippedProbableUnderInvalidationCount = 0;
}
+DISABLE_CFI_PERF
void PaintController::commitNewDisplayItems(
const LayoutSize& offsetFromLayoutObject) {
TRACE_EVENT2("blink,benchmark", "PaintController::commitNewDisplayItems",

Powered by Google App Engine
This is Rietveld 408576698