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

Unified Diff: Source/core/timing/PerformanceRenderTiming.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/PerformanceNavigation.idl ('k') | Source/core/timing/PerformanceResourceTiming.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceRenderTiming.idl
diff --git a/Source/core/timing/PerformanceRenderTiming.idl b/Source/core/timing/PerformanceRenderTiming.idl
index 57a8ba5c43f272afc4d2df599615b4ce286b8735..eafd49045873489c44196783016e56e850ac6dd8 100644
--- a/Source/core/timing/PerformanceRenderTiming.idl
+++ b/Source/core/timing/PerformanceRenderTiming.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/#performancerendertiming
+
[
RuntimeEnabled=FrameTimingSupport // Experimental flag
] interface PerformanceRenderTiming : 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/PerformanceNavigation.idl ('k') | Source/core/timing/PerformanceResourceTiming.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698