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

Unified Diff: third_party/WebCore/dom/Element.idl

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/MouseEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/Element.idl
diff --git a/third_party/WebCore/dom/Element.idl b/third_party/WebCore/dom/Element.idl
index 955bd470aa686735715bf4604b8db56c0ba4072d..fdf6f360669eac70a3e603f65e5a30b1739ad52e 100644
--- a/third_party/WebCore/dom/Element.idl
+++ b/third_party/WebCore/dom/Element.idl
@@ -137,6 +137,8 @@ module core {
[V8EnabledAtRuntime] void webkitRequestFullscreen();
#endif
+ [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitRequestPointerLock();
+
// CSS Regions API
readonly attribute DOMString webkitRegionOverflow;
« no previous file with comments | « third_party/WebCore/dom/Document.idl ('k') | third_party/WebCore/dom/MouseEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698