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

Unified Diff: third_party/WebKit/Source/core/frame/BarProp.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/BarProp.idl
diff --git a/third_party/WebKit/Source/core/frame/BarProp.idl b/third_party/WebKit/Source/core/frame/BarProp.idl
index 433d23a9de5a405362b5288edceaae80376fdf7a..0c5271c910df3df22fd2645b4431e8e04e18593e 100644
--- a/third_party/WebKit/Source/core/frame/BarProp.idl
+++ b/third_party/WebKit/Source/core/frame/BarProp.idl
@@ -29,5 +29,5 @@
// https://html.spec.whatwg.org/#barprop
interface BarProp {
- readonly attribute boolean visible;
+ [Measure] readonly attribute boolean visible;
};
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.idl ('k') | third_party/WebKit/Source/core/frame/External.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698