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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h

Issue 2390863002: Replace InspectedFrames::root with pointer to directly stored LocalFrame (Closed)
Patch Set: sync to head 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
index 212884f7195e85f99aae4402b7ff907ca8028ef7..298ae66602e276c50667362f3ed855bd88bd5d99 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
@@ -27,7 +27,7 @@ class CORE_EXPORT InspectorWebPerfAgent final
friend class InspectorWebPerfAgentTest;
public:
- explicit InspectorWebPerfAgent(InspectedFrames*);
+ explicit InspectorWebPerfAgent(LocalFrame*);
~InspectorWebPerfAgent();
DECLARE_VIRTUAL_TRACE();
@@ -52,7 +52,7 @@ class CORE_EXPORT InspectorWebPerfAgent final
const HeapHashSet<Member<Location>>& frameContextLocations,
Frame* rootFrame);
- Member<InspectedFrames> m_inspectedFrames;
+ Member<LocalFrame> m_localFrame;
HeapHashSet<Member<Location>> m_frameContextLocations;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698