Chromium Code Reviews| Index: third_party/WebKit/Source/core/timing/Performance.idl |
| diff --git a/third_party/WebKit/Source/core/timing/Performance.idl b/third_party/WebKit/Source/core/timing/Performance.idl |
| index bfe27d59c1af6f4ba218339a13fae22fab82eea3..24e872646e7511e890cdeb10e6d9464a557b9f14 100644 |
| --- a/third_party/WebKit/Source/core/timing/Performance.idl |
| +++ b/third_party/WebKit/Source/core/timing/Performance.idl |
| @@ -29,7 +29,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -// https://w3c.github.io/hr-time/#the-performance-interface |
| +// https://wicg.github.io/hr-time/#the-performance-interface |
|
foolip
2016/12/02 09:55:29
That's a 404, https://w3c.github.io/hr-time/#the-p
Mark Dittmer
2016/12/02 14:05:45
Done.
|
| // TODO(foolip): This interface should be [Exposed=(Window,Worker)]. Doing that |
| // would allow the WorkerPerformance interface to be merged into this. |
| @@ -70,7 +70,7 @@ interface Performance : EventTarget { |
| [MeasureAs=UnprefixedUserTiming] void clearMeasures(optional DOMString measureName = null); |
| // Frame Timing |
| - // https://w3c.github.io/frame-timing/#extensions-performance-interface |
| + // https://wicg.github.io/frame-timing/#extensions-performance-interface |
|
foolip
2016/12/02 09:55:29
Not a 404, so I guess the above was accidental sea
Mark Dittmer
2016/12/02 14:05:45
Done.
|
| [RuntimeEnabled=FrameTimingSupport, MeasureAs=PerformanceFrameTiming] void clearFrameTimings(); |
| [RuntimeEnabled=FrameTimingSupport, MeasureAs=PerformanceFrameTiming] void setFrameTimingBufferSize(unsigned long maxSize); |
| [RuntimeEnabled=FrameTimingSupport] attribute EventHandler onframetimingbufferfull; |