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

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

Issue 11414308: Add vsync notification command line switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
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 25 matching lines...) Expand all
36 CC_EXPORT extern const char kTraceOverdraw[]; 36 CC_EXPORT extern const char kTraceOverdraw[];
37 CC_EXPORT extern const char kTopControlsHeight[]; 37 CC_EXPORT extern const char kTopControlsHeight[];
38 CC_EXPORT extern const char kTopControlsHideThreshold[]; 38 CC_EXPORT extern const char kTopControlsHideThreshold[];
39 CC_EXPORT extern const char kTopControlsShowThreshold[]; 39 CC_EXPORT extern const char kTopControlsShowThreshold[];
40 CC_EXPORT extern const char kTraceAllRenderedFrames[]; 40 CC_EXPORT extern const char kTraceAllRenderedFrames[];
41 CC_EXPORT extern const char kSlowDownRasterScaleFactor[]; 41 CC_EXPORT extern const char kSlowDownRasterScaleFactor[];
42 CC_EXPORT extern const char kUseCheapnessEstimator[]; 42 CC_EXPORT extern const char kUseCheapnessEstimator[];
43 CC_EXPORT extern const char kUseColorEstimator[]; 43 CC_EXPORT extern const char kUseColorEstimator[];
44 CC_EXPORT extern const char kLowResolutionContentsScaleFactor[]; 44 CC_EXPORT extern const char kLowResolutionContentsScaleFactor[];
45 CC_EXPORT extern const char kCompositeToMailbox[]; 45 CC_EXPORT extern const char kCompositeToMailbox[];
46 CC_EXPORT extern const char kEnableVsyncNotification[];
46 47
47 CC_EXPORT bool IsImplSidePaintingEnabled(); 48 CC_EXPORT bool IsImplSidePaintingEnabled();
48 49
49 } // namespace switches 50 } // namespace switches
50 } // namespace cc 51 } // namespace cc
51 52
52 #endif // CC_BASE_SWITCHES_H_ 53 #endif // CC_BASE_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | content/browser/renderer_host/render_process_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698