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

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

Issue 2515993002: Replace DOMWindow with iframe attrs: src, id, name (Closed)
Patch Set: don't truncate ID 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/PerformanceBase.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h
index 52a1c9f2dad64cd3255854dea5cc14dd62c462b0..2b1a3ea196024ebc33477145bc7137c9ea530f43 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
@@ -95,7 +95,12 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
DEFINE_ATTRIBUTE_EVENT_LISTENER(frametimingbufferfull);
- void addLongTaskTiming(double, double, const String&, DOMWindow*);
+ void addLongTaskTiming(double startTime,
+ double endTime,
+ const String& name,
+ const String& culpritFrameSrc,
+ const String& culpritFrameId,
+ const String& culpritFrameName);
void addResourceTiming(const ResourceTimingInfo&);
« no previous file with comments | « third_party/WebKit/Source/core/timing/Performance.cpp ('k') | third_party/WebKit/Source/core/timing/PerformanceBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698