| 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 9d8fc5d1a7893d6d0be3c40975e1454f43d3e780..f94a11ad882ef75a54081ad055d9b5a6b8885d34 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,
|
| @@ -160,9 +155,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
|
| bool IsResourceTimingBufferFull();
|
| void AddResourceTimingBuffer(PerformanceEntry&);
|
|
|
| - bool IsFrameTimingBufferFull();
|
| - void AddFrameTimingBuffer(PerformanceEntry&);
|
| -
|
| void NotifyObserversOfEntry(PerformanceEntry&);
|
| void NotifyObserversOfEntries(PerformanceEntryVector&);
|
| bool HasObserverFor(PerformanceEntry::EntryType) const;
|
|
|