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.
|