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

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

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Enne's comments. Created 7 years, 4 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/layers/scrollbar_layer.h » ('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"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[]; 58 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
59 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[]; 59 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[];
60 CC_EXPORT extern const char kShowOccludingRects[]; 60 CC_EXPORT extern const char kShowOccludingRects[];
61 CC_EXPORT extern const char kUIShowOccludingRects[]; 61 CC_EXPORT extern const char kUIShowOccludingRects[];
62 CC_EXPORT extern const char kShowNonOccludingRects[]; 62 CC_EXPORT extern const char kShowNonOccludingRects[];
63 CC_EXPORT extern const char kUIShowNonOccludingRects[]; 63 CC_EXPORT extern const char kUIShowNonOccludingRects[];
64 64
65 // Unit test related. 65 // Unit test related.
66 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; 66 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[];
67 67
68 // Shared with content.
69 CC_EXPORT extern const char kEnableOverlayScrollbars[];
70 CC_EXPORT bool AreOverlayScrollbarsEnabled();
71
68 CC_EXPORT bool IsImplSidePaintingEnabled(); 72 CC_EXPORT bool IsImplSidePaintingEnabled();
69 73
70 } // namespace switches 74 } // namespace switches
71 } // namespace cc 75 } // namespace cc
72 76
73 #endif // CC_BASE_SWITCHES_H_ 77 #endif // CC_BASE_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/layers/scrollbar_layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698