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

Unified Diff: client/dom/generated/src/frog/Element.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
« no previous file with comments | « client/dom/generated/src/frog/Document.dart ('k') | client/dom/generated/src/frog/WorkerContext.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/Element.dart
diff --git a/client/dom/generated/src/frog/Element.dart b/client/dom/generated/src/frog/Element.dart
index e01dc90791de643d6fdff4711709b77384c8b2b9..87dfd8b2e40dbaf243b79054f98ca75378d2b067 100644
--- a/client/dom/generated/src/frog/Element.dart
+++ b/client/dom/generated/src/frog/Element.dart
@@ -1,6 +1,8 @@
class Element extends Node native "Element" {
+ static final int ALLOW_KEYBOARD_INPUT = 1;
+
int childElementCount;
int clientHeight;
@@ -94,4 +96,6 @@ class Element extends Node native "Element" {
Attr setAttributeNodeNS(Attr newAttr) native;
bool webkitMatchesSelector(String selectors) native;
+
+ void webkitRequestFullScreen(int flags) native;
}
« no previous file with comments | « client/dom/generated/src/frog/Document.dart ('k') | client/dom/generated/src/frog/WorkerContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698