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

Unified Diff: Source/modules/mediasource/HTMLVideoElementMediaSource.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/modules/indexeddb/WindowIndexedDatabase.idl ('k') | Source/modules/mediasource/URLMediaSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/HTMLVideoElementMediaSource.idl
diff --git a/Source/modules/mediasource/HTMLVideoElementMediaSource.idl b/Source/modules/mediasource/HTMLVideoElementMediaSource.idl
index 79a51ab39cd9173a88a82d72f1e8f72175d06119..57de64f8938a456476bd60ecc43c75d07f9a90a4 100644
--- a/Source/modules/mediasource/HTMLVideoElementMediaSource.idl
+++ b/Source/modules/mediasource/HTMLVideoElementMediaSource.idl
@@ -27,6 +27,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface HTMLVideoElement {
- [RuntimeEnabled=MediaSourceExperimental] VideoPlaybackQuality getVideoPlaybackQuality();
+
+[
+ RuntimeEnabled=MediaSourceExperimental,
+] partial interface HTMLVideoElement {
+ VideoPlaybackQuality getVideoPlaybackQuality();
};
« no previous file with comments | « Source/modules/indexeddb/WindowIndexedDatabase.idl ('k') | Source/modules/mediasource/URLMediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698