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

Side by Side Diff: cc/base/switches.h

Issue 12722002: Enable pinch & scrollbars by default for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, set default flag value to 'disabled'. Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/base/switches.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 // Defines all the "cc" command-line switches. 5 // Defines all the "cc" command-line switches.
6 6
7 #ifndef CC_BASE_SWITCHES_H_ 7 #ifndef CC_BASE_SWITCHES_H_
8 #define CC_BASE_SWITCHES_H_ 8 #define CC_BASE_SWITCHES_H_
9 9
10 #include "cc/base/cc_export.h" 10 #include "cc/base/cc_export.h"
(...skipping 21 matching lines...) Expand all
32 CC_EXPORT extern const char kTopControlsHideThreshold[]; 32 CC_EXPORT extern const char kTopControlsHideThreshold[];
33 CC_EXPORT extern const char kTraceOverdraw[]; 33 CC_EXPORT extern const char kTraceOverdraw[];
34 CC_EXPORT extern const char kTopControlsShowThreshold[]; 34 CC_EXPORT extern const char kTopControlsShowThreshold[];
35 CC_EXPORT extern const char kTraceAllRenderedFrames[]; 35 CC_EXPORT extern const char kTraceAllRenderedFrames[];
36 CC_EXPORT extern const char kSlowDownRasterScaleFactor[]; 36 CC_EXPORT extern const char kSlowDownRasterScaleFactor[];
37 CC_EXPORT extern const char kLowResolutionContentsScaleFactor[]; 37 CC_EXPORT extern const char kLowResolutionContentsScaleFactor[];
38 CC_EXPORT extern const char kCompositeToMailbox[]; 38 CC_EXPORT extern const char kCompositeToMailbox[];
39 CC_EXPORT extern const char kMaxPrepaintTileDistance[]; 39 CC_EXPORT extern const char kMaxPrepaintTileDistance[];
40 CC_EXPORT extern const char kMaxTilesForInterestArea[]; 40 CC_EXPORT extern const char kMaxTilesForInterestArea[];
41 CC_EXPORT extern const char kMaxUnusedResourceMemoryUsagePercentage[]; 41 CC_EXPORT extern const char kMaxUnusedResourceMemoryUsagePercentage[];
42 CC_EXPORT extern const char kEnablePinchZoomScrollbars[];
43 CC_EXPORT extern const char kDisablePinchZoomScrollbars[];
42 44
43 // Switches for both the renderer and ui compositors. 45 // Switches for both the renderer and ui compositors.
44 CC_EXPORT extern const char kEnablePartialSwap[]; 46 CC_EXPORT extern const char kEnablePartialSwap[];
45 CC_EXPORT extern const char kUIEnablePartialSwap[]; 47 CC_EXPORT extern const char kUIEnablePartialSwap[];
46 CC_EXPORT extern const char kEnablePerTilePainting[]; 48 CC_EXPORT extern const char kEnablePerTilePainting[];
47 CC_EXPORT extern const char kUIEnablePerTilePainting[]; 49 CC_EXPORT extern const char kUIEnablePerTilePainting[];
48 50
49 // Debug visualizations. 51 // Debug visualizations.
50 CC_EXPORT extern const char kShowCompositedLayerBorders[]; 52 CC_EXPORT extern const char kShowCompositedLayerBorders[];
51 CC_EXPORT extern const char kUIShowCompositedLayerBorders[]; 53 CC_EXPORT extern const char kUIShowCompositedLayerBorders[];
(...skipping 13 matching lines...) Expand all
65 CC_EXPORT extern const char kUIShowOccludingRects[]; 67 CC_EXPORT extern const char kUIShowOccludingRects[];
66 CC_EXPORT extern const char kShowNonOccludingRects[]; 68 CC_EXPORT extern const char kShowNonOccludingRects[];
67 CC_EXPORT extern const char kUIShowNonOccludingRects[]; 69 CC_EXPORT extern const char kUIShowNonOccludingRects[];
68 70
69 CC_EXPORT bool IsImplSidePaintingEnabled(); 71 CC_EXPORT bool IsImplSidePaintingEnabled();
70 72
71 } // namespace switches 73 } // namespace switches
72 } // namespace cc 74 } // namespace cc
73 75
74 #endif // CC_BASE_SWITCHES_H_ 76 #endif // CC_BASE_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698