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

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

Issue 2821273003: Rename ui-show-layer-borders to be consistent with other flag. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('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 "cc/base/switches.h" 5 #include "cc/base/switches.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 8
9 namespace cc { 9 namespace cc {
10 namespace switches { 10 namespace switches {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking"; 51 const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
52 52
53 // Enables multi-client Surface synchronization. In practice, this indicates 53 // Enables multi-client Surface synchronization. In practice, this indicates
54 // that LayerTreeHost expects to be given a valid LocalSurfaceId provided by 54 // that LayerTreeHost expects to be given a valid LocalSurfaceId provided by
55 // the parent compositor. 55 // the parent compositor.
56 const char kEnableSurfaceSynchronization[] = "enable-surface-synchronization"; 56 const char kEnableSurfaceSynchronization[] = "enable-surface-synchronization";
57 57
58 // Renders a border around compositor layers to help debug and study 58 // Renders a border around compositor layers to help debug and study
59 // layer compositing. 59 // layer compositing.
60 const char kShowCompositedLayerBorders[] = "show-composited-layer-borders"; 60 const char kShowCompositedLayerBorders[] = "show-composited-layer-borders";
61 const char kUIShowCompositedLayerBorders[] = "ui-show-layer-borders"; 61 const char kUIShowCompositedLayerBorders[] = "ui-show-composited-layer-borders";
62 const char kCompositedRenderPassBorders[] = "renderpass"; 62 const char kCompositedRenderPassBorders[] = "renderpass";
63 const char kCompositedSurfaceBorders[] = "surface"; 63 const char kCompositedSurfaceBorders[] = "surface";
64 const char kCompositedLayerBorders[] = "layer"; 64 const char kCompositedLayerBorders[] = "layer";
65 65
66 // Renders a green border around GL composited texture quads to help 66 // Renders a green border around GL composited texture quads to help
67 // debug and study overlay support. 67 // debug and study overlay support.
68 const char kGlCompositedTextureQuadBorder[] = 68 const char kGlCompositedTextureQuadBorder[] =
69 "gl-composited-texture-quad-border"; 69 "gl-composited-texture-quad-border";
70 70
71 // Draws a heads-up-display showing Frames Per Second as well as GPU memory 71 // Draws a heads-up-display showing Frames Per Second as well as GPU memory
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout"; 112 const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
113 113
114 // Increases timeout for memory checkers. 114 // Increases timeout for memory checkers.
115 const char kCCLayerTreeTestLongTimeout[] = "cc-layer-tree-test-long-timeout"; 115 const char kCCLayerTreeTestLongTimeout[] = "cc-layer-tree-test-long-timeout";
116 116
117 // Makes pixel tests write their output instead of read it. 117 // Makes pixel tests write their output instead of read it.
118 const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests"; 118 const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests";
119 119
120 } // namespace switches 120 } // namespace switches
121 } // namespace cc 121 } // namespace cc
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698