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

Unified Diff: third_party/WebKit/Source/core/frame/Screen.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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
Index: third_party/WebKit/Source/core/frame/Screen.idl
diff --git a/third_party/WebKit/Source/core/frame/Screen.idl b/third_party/WebKit/Source/core/frame/Screen.idl
index 022f94e2f273e181182b841ca42d52ffc99d5c44..b0762ac71309071bb35dace98f22d82a6c6ed55e 100644
--- a/third_party/WebKit/Source/core/frame/Screen.idl
+++ b/third_party/WebKit/Source/core/frame/Screen.idl
@@ -29,10 +29,10 @@
// https://dev.w3.org/csswg/cssom-view/#the-screen-interface
interface Screen {
- readonly attribute long availWidth;
- readonly attribute long availHeight;
- readonly attribute long width;
- readonly attribute long height;
+ [Measure] readonly attribute long availWidth;
+ [Measure] readonly attribute long availHeight;
+ [Measure] readonly attribute long width;
+ [Measure] readonly attribute long height;
readonly attribute unsigned long colorDepth;
readonly attribute unsigned long pixelDepth;
« no previous file with comments | « third_party/WebKit/Source/core/frame/NavigatorOnLine.idl ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698