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

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

Issue 122063002: cc: Remove racy initialization code in cc/base/switches.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dynamic linking problem by adding dynamic_annotations dependency to compositor_bindings Created 6 years, 11 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 CC_EXPORT extern const char kUIShowOccludingRects[]; 67 CC_EXPORT extern const char kUIShowOccludingRects[];
68 CC_EXPORT extern const char kShowNonOccludingRects[]; 68 CC_EXPORT extern const char kShowNonOccludingRects[];
69 CC_EXPORT extern const char kUIShowNonOccludingRects[]; 69 CC_EXPORT extern const char kUIShowNonOccludingRects[];
70 70
71 // Unit test related. 71 // Unit test related.
72 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; 72 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[];
73 CC_EXPORT extern const char kCCRebaselinePixeltests[]; 73 CC_EXPORT extern const char kCCRebaselinePixeltests[];
74 74
75 CC_EXPORT bool IsLCDTextEnabled(); 75 CC_EXPORT bool IsLCDTextEnabled();
76 CC_EXPORT bool IsImplSidePaintingEnabled(); 76 CC_EXPORT bool IsImplSidePaintingEnabled();
77 CC_EXPORT bool IsGPURasterizationEnabled();
78 CC_EXPORT bool IsMapImageEnabled(); 77 CC_EXPORT bool IsMapImageEnabled();
79 78
80 } // namespace switches 79 } // namespace switches
81 } // namespace cc 80 } // namespace cc
82 81
83 #endif // CC_BASE_SWITCHES_H_ 82 #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