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

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

Issue 13859012: cc: Remove cheapness estimator usage from tile manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove is_cheap_to_raster from PicturePileImpl::Analysis 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') | cc/base/switches.cc » ('J')
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"
11 11
12 // Since cc is used from the render process, anything that goes here also needs 12 // Since cc is used from the render process, anything that goes here also needs
13 // to be added to render_process_host_impl.cc. 13 // to be added to render_process_host_impl.cc.
14 14
15 namespace cc { 15 namespace cc {
16 namespace switches { 16 namespace switches {
17 17
18 // Switches for the renderer compositor only. 18 // Switches for the renderer compositor only.
19 CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[]; 19 CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[];
20 CC_EXPORT extern const char kDisableCheapnessEstimator[];
21 CC_EXPORT extern const char kDisableColorEstimator[]; 20 CC_EXPORT extern const char kDisableColorEstimator[];
22 CC_EXPORT extern const char kDisableImplSidePainting[]; 21 CC_EXPORT extern const char kDisableImplSidePainting[];
23 CC_EXPORT extern const char kDisableThreadedAnimation[]; 22 CC_EXPORT extern const char kDisableThreadedAnimation[];
24 CC_EXPORT extern const char kEnableCompositorFrameMessage[]; 23 CC_EXPORT extern const char kEnableCompositorFrameMessage[];
25 CC_EXPORT extern const char kEnableImplSidePainting[]; 24 CC_EXPORT extern const char kEnableImplSidePainting[];
26 CC_EXPORT extern const char kEnablePredictionBenchmarking[]; 25 CC_EXPORT extern const char kEnablePredictionBenchmarking[];
27 CC_EXPORT extern const char kEnableRightAlignedScheduling[]; 26 CC_EXPORT extern const char kEnableRightAlignedScheduling[];
28 CC_EXPORT extern const char kEnableTopControlsPositionCalculation[]; 27 CC_EXPORT extern const char kEnableTopControlsPositionCalculation[];
29 CC_EXPORT extern const char kJankInsteadOfCheckerboard[]; 28 CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
30 CC_EXPORT extern const char kNumRasterThreads[]; 29 CC_EXPORT extern const char kNumRasterThreads[];
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 CC_EXPORT extern const char kUIShowOccludingRects[]; 66 CC_EXPORT extern const char kUIShowOccludingRects[];
68 CC_EXPORT extern const char kShowNonOccludingRects[]; 67 CC_EXPORT extern const char kShowNonOccludingRects[];
69 CC_EXPORT extern const char kUIShowNonOccludingRects[]; 68 CC_EXPORT extern const char kUIShowNonOccludingRects[];
70 69
71 CC_EXPORT bool IsImplSidePaintingEnabled(); 70 CC_EXPORT bool IsImplSidePaintingEnabled();
72 71
73 } // namespace switches 72 } // namespace switches
74 } // namespace cc 73 } // namespace cc
75 74
76 #endif // CC_BASE_SWITCHES_H_ 75 #endif // CC_BASE_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698