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

Unified Diff: Source/core/frame/UseCounter.h

Issue 984943002: Sync the Window interface with the many specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 5 years, 9 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 | « LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 2cd325d389b9495fd03155747c05c47ba21e3545..fada9c4f10af31f8171aee765465c0d5b56b4684 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -626,7 +626,13 @@ public:
CSSZoomNotEqualToOne = 691,
SVGGraphicsElementGetTransformToElement = 692,
ServiceWorkerClientsGetAll = 693,
+ // The above items are available in M42 branch.
+
ClientRectListItem = 694,
+ WindowClientInformation = 695,
+ WindowFind = 696,
+ WindowScreenLeft = 697,
+ WindowScreenTop = 698,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698