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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp

Issue 2517653002: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Revert some of the changes which have a high risk of breaking things Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp ('k') | tools/cfi/blacklist.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2134497680fecc9bcdf772db658d1c2369528d6b..5fc5ffa781202a056345fe3f7e3bbb626ef8c05b 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",
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp ('k') | tools/cfi/blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698