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

Unified Diff: cc/input/top_controls_state.h

Issue 14999010: Allows fullscreen to be triggered with the key events used for scrolling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | content/renderer/render_view_impl.h » ('j') | content/renderer/render_view_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/top_controls_state.h
diff --git a/cc/input/top_controls_state.h b/cc/input/top_controls_state.h
index 87b86c0269194f1ea86e28598b1de67b65d2286d..d685e500914718376985062a0f23cda9ed713056 100644
--- a/cc/input/top_controls_state.h
+++ b/cc/input/top_controls_state.h
@@ -7,6 +7,7 @@
namespace cc {
enum TopControlsState {
+ INVALID = 0,
jamesr 2013/06/13 02:06:59 I still don't understand this. TopControlsState i
aelias_OOO_until_Jul13 2013/06/13 03:29:25 This will clobber the existing constraints, I assu
Jinsuk Kim 2013/06/13 04:18:13 Thanks for the tip. I found that permitted_state_
Jinsuk Kim 2013/06/13 04:18:13 Set to BOTH.
SHOWN = 1,
HIDDEN = 2,
BOTH = 3
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | content/renderer/render_view_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698