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

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

Issue 2413353003: Clean up PerformanceCompositeTiming and PerformanceRenderTiming (Closed)
Patch Set: Clean up PerformanceCompositeTiming and PerformanceRenderTiming 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
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 9d1cea3d67d1c2e5c9273a8014d6a50b0bb87b37..0f23af16e12006e0664fad41557c80ffcdbe99b8 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
@@ -100,10 +100,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
void addResourceTiming(const ResourceTimingInfo&);
- void addRenderTiming(Document*, unsigned, double, double);
-
- void addCompositeTiming(Document*, unsigned, double);
-
void mark(const String& markName, ExceptionState&);
void clearMarks(const String& markName);
« no previous file with comments | « third_party/WebKit/Source/core/timing/BUILD.gn ('k') | third_party/WebKit/Source/core/timing/PerformanceBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698