Chromium Code Reviews| 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 |