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

Unified Diff: third_party/WebKit/Source/core/layout/PaintInvalidationState.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/layout/PaintInvalidationState.cpp
diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
index 5daa2a67b53539f117afbabeb3a8eac051904dba..43c8f1febbfeec49dc001550c57c07a3c67bf11b 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
@@ -20,6 +20,7 @@
namespace blink {
+DISABLE_CFI_PERF
static bool supportsCachedOffsets(const LayoutObject& object) {
// Can't compute paint offsets across objects with transforms, but if they are
// paint invalidation containers, we don't actually need to compute *across*
@@ -417,6 +418,7 @@ static FloatPoint slowLocalToAncestorPoint(const LayoutObject& object,
return result;
}
+DISABLE_CFI_PERF
LayoutPoint
PaintInvalidationState::computePositionFromPaintInvalidationBacking() const {
#if ENABLE(ASSERT)
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/page/FrameTree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698