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

Unified Diff: Source/core/timing/PerformanceCompositeTiming.idl

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « Source/core/timing/Performance.idl ('k') | Source/core/timing/PerformanceEntry.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceCompositeTiming.idl
diff --git a/Source/core/timing/PerformanceCompositeTiming.idl b/Source/core/timing/PerformanceCompositeTiming.idl
index bf98922244984f3c494ffd21d09fc0ac267d96dd..60eb0754bb0dedb95e9edd8169acc7c3508a23e2 100644
--- a/Source/core/timing/PerformanceCompositeTiming.idl
+++ b/Source/core/timing/PerformanceCompositeTiming.idl
@@ -28,9 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// See: http://w3c.github.io/frame-timing/
+// https://w3c.github.io/frame-timing/#performancecompositetiming
+
[
RuntimeEnabled=FrameTimingSupport // Experimental flag
] interface PerformanceCompositeTiming : PerformanceEntry {
+ // TODO(philipj): This is named |sourceFrameNumber| in the spec.
readonly attribute unsigned long sourceFrame;
+ // TODO(philipj): serializer = {inherit, attribute};
};
« no previous file with comments | « Source/core/timing/Performance.idl ('k') | Source/core/timing/PerformanceEntry.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698