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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.h

Issue 2515993002: Replace DOMWindow with iframe attrs: src, id, name (Closed)
Patch Set: move getattribute to helper method 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
Index: third_party/WebKit/Source/core/timing/Performance.h
diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
index 95bc1fb07652a56e43d13072d7bad3f19417b55d..5c869292cd56368b0e48d04c5e92b142aad70265 100644
--- a/third_party/WebKit/Source/core/timing/Performance.h
+++ b/third_party/WebKit/Source/core/timing/Performance.h
@@ -42,6 +42,7 @@
namespace blink {
+class HTMLFrameOwnerElement;
class ScriptState;
class ScriptValue;
@@ -80,6 +81,9 @@ class CORE_EXPORT Performance final : public PerformanceBase,
const HeapHashSet<Member<Frame>>& frames,
Frame* observerFrame);
+ std::tuple<String, String, String> culpritFrameAttributes(
+ HTMLFrameOwnerElement*);
+
// PerformanceMonitor::Client implementation.
void reportLongTask(double startTime,
double endTime,

Powered by Google App Engine
This is Rietveld 408576698