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..9860f14f3ff9d34f6457903e091b11dfe7011d01 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h |
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h |
@@ -98,11 +98,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData { |
DEFINE_ATTRIBUTE_EVENT_LISTENER(resourcetimingbufferfull); |
- void clearFrameTimings(); |
- void setFrameTimingBufferSize(unsigned); |
- |
- DEFINE_ATTRIBUTE_EVENT_LISTENER(frametimingbufferfull); |
- |
void AddLongTaskTiming(double start_time, |
double end_time, |
const String& name, |
@@ -166,7 +161,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData { |
bool IsResourceTimingBufferFull(); |
void AddResourceTimingBuffer(PerformanceEntry&); |
- bool IsFrameTimingBufferFull(); |
void AddFrameTimingBuffer(PerformanceEntry&); |
void NotifyObserversOfEntry(PerformanceEntry&); |