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

Unified Diff: third_party/WebKit/Source/core/page/FrameTree.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/page/FrameTree.cpp
diff --git a/third_party/WebKit/Source/core/page/FrameTree.cpp b/third_party/WebKit/Source/core/page/FrameTree.cpp
index 09f411886b482139a7474928a85eb7eb5a514b79..5e3172236445293432e1c6e02c5a1285c930156e 100644
--- a/third_party/WebKit/Source/core/page/FrameTree.cpp
+++ b/third_party/WebKit/Source/core/page/FrameTree.cpp
@@ -107,6 +107,7 @@ void FrameTree::setPrecalculatedName(const AtomicString& name,
m_uniqueName = uniqueName;
}
+DISABLE_CFI_PERF
Frame* FrameTree::parent() const {
if (!m_thisFrame->client())
return nullptr;
@@ -476,6 +477,7 @@ bool FrameTree::isDescendantOf(const Frame* ancestor) const {
return false;
}
+DISABLE_CFI_PERF
Frame* FrameTree::traverseNext(const Frame* stayWithin) const {
Frame* child = firstChild();
if (child) {
« no previous file with comments | « third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp ('k') | third_party/WebKit/Source/core/page/PageAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698