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

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

Issue 1185553002: ResourceTiming should not depend on Document (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove SecurityOrigin parameter Created 5 years, 6 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 | « Source/core/loader/FrameFetchContext.cpp ('k') | Source/core/timing/PerformanceBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceBase.h
diff --git a/Source/core/timing/PerformanceBase.h b/Source/core/timing/PerformanceBase.h
index 56c6f2e42a3b400c49a4d58a2b6ebbdc8fa00fca..f2b8f1e74faa7f225296ab675959f967c1eeffe0 100644
--- a/Source/core/timing/PerformanceBase.h
+++ b/Source/core/timing/PerformanceBase.h
@@ -76,7 +76,7 @@ public:
DEFINE_ATTRIBUTE_EVENT_LISTENER(frametimingbufferfull);
- void addResourceTiming(const ResourceTimingInfo&, Document*);
+ void addResourceTiming(const ResourceTimingInfo&);
void addRenderTiming(Document*, unsigned, double, double);
« no previous file with comments | « Source/core/loader/FrameFetchContext.cpp ('k') | Source/core/timing/PerformanceBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698