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

Unified Diff: ppapi/examples/mouse_lock/mouse_lock.html

Issue 10458008: Support mouse lock in Flash fullscreen mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: ppapi/examples/mouse_lock/mouse_lock.html
diff --git a/ppapi/examples/mouse_lock/mouse_lock.html b/ppapi/examples/mouse_lock/mouse_lock.html
index 5f0e5aa776b379230e5aa80e4e540bf1d79c3315..99a60cf88b5118078125384d10eef2d04dc99ab7 100644
--- a/ppapi/examples/mouse_lock/mouse_lock.html
+++ b/ppapi/examples/mouse_lock/mouse_lock.html
@@ -17,18 +17,6 @@
<body title="This tooltip should not be shown if the mouse is locked.">
<div id="container">
<ul>
- <li>There are two different kinds of fullscreen mode - "tab fullscreen" and
- "browser fullscreen".
- <ul>
- <li>"tab fullscreen" refers to when a tab enters fullscreen mode via the
- JS or Pepper fullscreen API;</li>
- <li>"browser fullscreen" refers to the user putting the browser itself
- into fullscreen mode from the UI (e.g., pressing F11).</li>
- </ul>
- <span style="font-weight:bold">
- NOTE: Mouse lock is only allowed in "tab fullscreen" mode.
- </span>
- </li>
<li>Lock mouse:
<ul>
<li>left click in either of the two boxes; or</li>
@@ -46,7 +34,15 @@
<ul>
<li>lose focus; or</li>
<li>press Esc key; or</li>
- <li>exit from the "tab fullscreen" mode.</li>
+ <li>exit from "tab fullscreen" or "browser fullscreen".
+ <ul>
+ <li>"tab fullscreen" refers to when a tab enters fullscreen mode via
+ the JS or Pepper fullscreen API;</li>
+ <li>"browser fullscreen" refers to the user putting the browser
+ itself into fullscreen mode from the UI (e.g., pressing F11).
+ </li>
+ </ul>
+ </li>
</ul>
</li>
</ul>

Powered by Google App Engine
This is Rietveld 408576698