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

Unified Diff: Source/core/dom/Document.h

Issue 279313003: Create Document exitPointerLock and pointerLockElement API methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index eb61894b898d6ec32fa4582960a1008c4732c316..641a61a436d8f8853753bad9e0743a77cfbde36e 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -939,7 +939,9 @@ public:
void setHasFullscreenElementStack() { m_hasFullscreenElementStack = true; }
void webkitExitPointerLock();
+ void exitPointerLock();
Element* webkitPointerLockElement() const;
+ Element* pointerLockElement() const;
// Used to allow element that loads data without going through a FrameLoader to delay the 'load' event.
void incrementLoadEventDelayCount() { ++m_loadEventDelayCount; }

Powered by Google App Engine
This is Rietveld 408576698