Chromium Code Reviews| Index: Source/core/frame/Screen.idl |
| diff --git a/Source/core/frame/Screen.idl b/Source/core/frame/Screen.idl |
| index 156795fe32390d2e13ea638ed9aaab0c725a1c52..a0b6385676f5983aa7c75aefb6bcf4c170b931ed 100644 |
| --- a/Source/core/frame/Screen.idl |
| +++ b/Source/core/frame/Screen.idl |
| @@ -29,7 +29,7 @@ |
| [ |
| WillBeGarbageCollected, |
| -] interface Screen : EventTarget { |
|
Inactive
2014/04/17 20:31:42
Technically, this change will need approval from a
mlamouri (slow - plz ping)
2014/04/17 20:36:07
I doubt this will be a problem but let's add Adam
abarth-chromium
2014/04/17 23:36:47
It seems like a pretty minor change. It's possibl
|
| +] interface Screen { |
| readonly attribute unsigned long height; |
| readonly attribute unsigned long width; |
| readonly attribute unsigned long colorDepth; |