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

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

Issue 2952413002: Remove out of spec FrameTiming members from Performance.idl (Closed)
Patch Set: Created 3 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
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 ff36a6a3212ed1df661c166637ca66358b665b7b..052236f41416764cd99cd39e4c2dafb8228f16a9 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
@@ -98,7 +98,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
DEFINE_ATTRIBUTE_EVENT_LISTENER(resourcetimingbufferfull);
- void clearFrameTimings();
void setFrameTimingBufferSize(unsigned);
panicker 2017/06/23 16:55:41 this should be removed too
npm 2017/06/23 20:32:18 Done.
DEFINE_ATTRIBUTE_EVENT_LISTENER(frametimingbufferfull);
panicker 2017/06/23 16:55:41 the event as well
npm 2017/06/23 20:32:17 Done.
« no previous file with comments | « third_party/WebKit/Source/core/timing/Performance.idl ('k') | third_party/WebKit/Source/core/timing/PerformanceBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698