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

Unified Diff: client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart

Issue 8879007: Enable fullscreen API and file system API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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: client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
index 12e59e4dbdb13cf2dbc124bb9e35f04338b19706..5b5f782769fa3da6139636e93202027c8b16034f 100644
--- a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
@@ -234,5 +234,11 @@ class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme
}
static bool _webkitMatchesSelector(receiver, selectors) native;
+ void webkitRequestFullScreen(int flags) {
+ _webkitRequestFullScreen(this, flags);
+ return;
+ }
+ static void _webkitRequestFullScreen(receiver, flags) native;
+
String get typeName() { return "Element"; }
}

Powered by Google App Engine
This is Rietveld 408576698