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

Side by Side Diff: ash/ash_switches.cc

Issue 10909242: Add "panel_fitting" GPU feature type and use it for mirror mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compilation on non-Chrome OS Created 8 years, 2 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 unified diff | Download patch
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shell.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/ash_switches.h" 5 #include "ash/ash_switches.h"
6 6
7 namespace ash { 7 namespace ash {
8 namespace switches { 8 namespace switches {
9 9
10 // Variation of boot animation that uses Tween::EASE_OUT_2. 10 // Variation of boot animation that uses Tween::EASE_OUT_2.
11 const char kAshBootAnimationFunction2[] = "ash-boot-animation-function2"; 11 const char kAshBootAnimationFunction2[] = "ash-boot-animation-function2";
12 12
13 // Variation of boot animation that uses Tween::EASE_OUT_3. 13 // Variation of boot animation that uses Tween::EASE_OUT_3.
14 const char kAshBootAnimationFunction3[] = "ash-boot-animation-function3"; 14 const char kAshBootAnimationFunction3[] = "ash-boot-animation-function3";
15 15
16 // Constrains the pointer movement within a root window on desktop. 16 // Constrains the pointer movement within a root window on desktop.
17 const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root"; 17 const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root";
18 18
19 // Enable keyboard shortcuts useful for debugging. 19 // Enable keyboard shortcuts useful for debugging.
20 const char kAshDebugShortcuts[] = "ash-debug-shortcuts"; 20 const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
21 21
22 // Disables Workspace2. 22 // Disables Workspace2.
23 const char kAshDisableWorkspace2[] = "ash-disable-workspace2"; 23 const char kAshDisableWorkspace2[] = "ash-disable-workspace2";
24 24
25 // Disables boot animation v2, go back to v1. 25 // Disables boot animation v2, go back to v1.
26 const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2"; 26 const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
27 27
28 // Disables panel fitting (used for mirror mode).
29 const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
30
28 // Enable advanced gestures (e.g. for window management). 31 // Enable advanced gestures (e.g. for window management).
29 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; 32 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
30 33
31 // Enables the Oak tree viewer. 34 // Enables the Oak tree viewer.
32 const char kAshEnableOak[] = "ash-enable-oak"; 35 const char kAshEnableOak[] = "ash-enable-oak";
33 36
34 // Enables showing the tray bubble by dragging on the shelf. 37 // Enables showing the tray bubble by dragging on the shelf.
35 const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; 38 const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging";
36 39
37 // Enables creating a launcher per display. 40 // Enables creating a launcher per display.
(...skipping 18 matching lines...) Expand all
56 // Standard hardware reports releases immediately after presses. If set, we 59 // Standard hardware reports releases immediately after presses. If set, we
57 // lock the screen or shutdown the system immediately in response to a press 60 // lock the screen or shutdown the system immediately in response to a press
58 // instead of displaying an interactive animation. 61 // instead of displaying an interactive animation.
59 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 62 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
60 63
61 // Avoid drawing drop shadows under windows. 64 // Avoid drawing drop shadows under windows.
62 const char kAuraNoShadows[] = "aura-no-shadows"; 65 const char kAuraNoShadows[] = "aura-no-shadows";
63 66
64 } // namespace switches 67 } // namespace switches
65 } // namespace ash 68 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698