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

Unified Diff: Source/core/page/PerformanceTiming.h

Issue 15265004: Fix ResourceLoadTiming resolution lose issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add inline help function to satisfy inspector Created 7 years, 7 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/page/PerformanceResourceTiming.cpp ('k') | Source/core/page/PerformanceTiming.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PerformanceTiming.h
diff --git a/Source/core/page/PerformanceTiming.h b/Source/core/page/PerformanceTiming.h
index 7ce1918d0046c4ec14c48348a6bd799ddb4eb1f8..e9fcb15167a53cb13127110de30aa6727d8de198 100644
--- a/Source/core/page/PerformanceTiming.h
+++ b/Source/core/page/PerformanceTiming.h
@@ -77,7 +77,11 @@ private:
DocumentLoader* documentLoader() const;
DocumentLoadTiming* documentLoadTiming() const;
ResourceLoadTiming* resourceLoadTiming() const;
+
+#ifndef ENABLE_DOUBLE_RESOURCE_LOAD_TIMING
unsigned long long resourceLoadTimeRelativeToAbsolute(int) const;
+#endif
+
unsigned long long monotonicTimeToIntegerMilliseconds(double) const;
};
« no previous file with comments | « Source/core/page/PerformanceResourceTiming.cpp ('k') | Source/core/page/PerformanceTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698