| Index: chrome/common/extensions/api/media_galleries.idl
|
| diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl
|
| index ebcf297f6e6138a434d6306437a6869119e2ae4e..1916ed3a9c219617980fae6d6d40a45824c8f28c 100644
|
| --- a/chrome/common/extensions/api/media_galleries.idl
|
| +++ b/chrome/common/extensions/api/media_galleries.idl
|
| @@ -106,6 +106,9 @@ namespace mediaGalleries {
|
|
|
| // Defined for audio and video. In seconds.
|
| double? duration;
|
| +
|
| + // Defined for images and video. In degrees.
|
| + long? rotation;
|
|
|
| // Generic metadata tags.
|
| DOMString? album;
|
|
|