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

Unified Diff: chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html

Issue 438693003: Use the unprefixed Pointer Lock API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | chrome/test/data/extensions/platform_apps/pointer_lock/has_permission/window.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
diff --git a/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html b/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
index 8c376a9eac739e97d501c1eea7bb1cf7129a39e6..5e1c07a0cdc6401f15c215d46d9ef7a352e3fec4 100644
--- a/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
+++ b/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
@@ -1 +1 @@
-Required to use <a href="http://www.w3.org/TR/pointerlock/">Pointer Lock</a> via calls to <code>webkitRequestPointerLock</code> or Pepper's <a href="https://developers.google.com/native-client/peppercpp/classpp_1_1_mouse_lock"> Mouse Lock API</a>. See <a href="api_other">Other APIs</a> for behavior differences.
+Required to use <a href="http://www.w3.org/TR/pointerlock/">Pointer Lock</a> via calls to <code>requestPointerLock</code> or Pepper's <a href="https://developers.google.com/native-client/peppercpp/classpp_1_1_mouse_lock">Mouse Lock API</a>. See <a href="api_other">Other APIs</a> for behavior differences.
« no previous file with comments | « no previous file | chrome/test/data/extensions/platform_apps/pointer_lock/has_permission/window.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698