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

Unified Diff: cc/switches.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« cc/cc.gyp ('K') | « cc/stream_video_draw_quad.h ('k') | cc/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/switches.h
diff --git a/cc/switches.h b/cc/switches.h
deleted file mode 100644
index 1f637a1200e488ff0f176b5ab0600e9f95b68379..0000000000000000000000000000000000000000
--- a/cc/switches.h
+++ /dev/null
@@ -1,52 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Defines all the "cc" command-line switches.
-
-#ifndef CC_SWITCHES_H_
-#define CC_SWITCHES_H_
-
-#include "cc/cc_export.h"
-
-// Since cc is used from the render process, anything that goes here also needs
-// to be added to render_process_host_impl.cc.
-
-namespace cc {
-namespace switches {
-
-CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[];
-CC_EXPORT extern const char kDisableThreadedAnimation[];
-CC_EXPORT extern const char kEnableCompositorFrameMessage[];
-CC_EXPORT extern const char kDisableImplSidePainting[];
-CC_EXPORT extern const char kEnableImplSidePainting[];
-CC_EXPORT extern const char kEnablePartialSwap[];
-CC_EXPORT extern const char kEnablePerTilePainting[];
-CC_EXPORT extern const char kEnablePredictionBenchmarking[];
-CC_EXPORT extern const char kEnableRightAlignedScheduling[];
-CC_EXPORT extern const char kEnableTopControlsPositionCalculation[];
-CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
-CC_EXPORT extern const char kNumRasterThreads[];
-CC_EXPORT extern const char kShowPropertyChangedRects[];
-CC_EXPORT extern const char kShowSurfaceDamageRects[];
-CC_EXPORT extern const char kShowScreenSpaceRects[];
-CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
-CC_EXPORT extern const char kShowOccludingRects[];
-CC_EXPORT extern const char kShowNonOccludingRects[];
-CC_EXPORT extern const char kTraceOverdraw[];
-CC_EXPORT extern const char kTopControlsHeight[];
-CC_EXPORT extern const char kTopControlsHideThreshold[];
-CC_EXPORT extern const char kTopControlsShowThreshold[];
-CC_EXPORT extern const char kTraceAllRenderedFrames[];
-CC_EXPORT extern const char kSlowDownRasterScaleFactor[];
-CC_EXPORT extern const char kUseCheapnessEstimator[];
-CC_EXPORT extern const char kUseColorEstimator[];
-CC_EXPORT extern const char kLowResolutionContentsScaleFactor[];
-CC_EXPORT extern const char kCompositeToMailbox[];
-
-CC_EXPORT bool IsImplSidePaintingEnabled();
-
-} // namespace switches
-} // namespace cc
-
-#endif // CC_SWITCHES_H_
« cc/cc.gyp ('K') | « cc/stream_video_draw_quad.h ('k') | cc/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698