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

Side by Side Diff: content/public/common/content_switches.h

Issue 12871012: Removing command line switch to disable deferred 2d canvas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed call to setDeferred2dCanvasEnabled in webpreferences.cc 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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 15 matching lines...) Expand all
26 CONTENT_EXPORT extern const char kDisableAcceleratedCompositing[]; 26 CONTENT_EXPORT extern const char kDisableAcceleratedCompositing[];
27 CONTENT_EXPORT extern const char kDisableAcceleratedLayers[]; 27 CONTENT_EXPORT extern const char kDisableAcceleratedLayers[];
28 CONTENT_EXPORT extern const char kDisableAcceleratedPlugins[]; 28 CONTENT_EXPORT extern const char kDisableAcceleratedPlugins[];
29 CONTENT_EXPORT extern const char kDisableAcceleratedVideo[]; 29 CONTENT_EXPORT extern const char kDisableAcceleratedVideo[];
30 CONTENT_EXPORT extern const char kDisableAltWinstation[]; 30 CONTENT_EXPORT extern const char kDisableAltWinstation[];
31 CONTENT_EXPORT extern const char kDisableApplicationCache[]; 31 CONTENT_EXPORT extern const char kDisableApplicationCache[];
32 CONTENT_EXPORT extern const char kDisableAudio[]; 32 CONTENT_EXPORT extern const char kDisableAudio[];
33 extern const char kDisableBackingStoreLimit[]; 33 extern const char kDisableBackingStoreLimit[];
34 CONTENT_EXPORT extern const char kDisableDatabases[]; 34 CONTENT_EXPORT extern const char kDisableDatabases[];
35 extern const char kDisableDataTransferItems[]; 35 extern const char kDisableDataTransferItems[];
36 CONTENT_EXPORT extern const char kDisableDeferred2dCanvas[];
37 extern const char kDisableDesktopNotifications[]; 36 extern const char kDisableDesktopNotifications[];
38 CONTENT_EXPORT extern const char kDisableDeviceOrientation[]; 37 CONTENT_EXPORT extern const char kDisableDeviceOrientation[];
39 #if defined(OS_ANDROID) 38 #if defined(OS_ANDROID)
40 CONTENT_EXPORT extern const char kEnableExperimentalWebGL[]; 39 CONTENT_EXPORT extern const char kEnableExperimentalWebGL[];
41 #else 40 #else
42 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; 41 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
43 #endif 42 #endif
44 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; 43 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[];
45 CONTENT_EXPORT extern const char kBlacklistWebGL[]; 44 CONTENT_EXPORT extern const char kBlacklistWebGL[];
46 extern const char kDisableFileSystem[]; 45 extern const char kDisableFileSystem[];
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 240
242 #if defined(USE_AURA) 241 #if defined(USE_AURA)
243 CONTENT_EXPORT extern const char kTestCompositor[]; 242 CONTENT_EXPORT extern const char kTestCompositor[];
244 #endif 243 #endif
245 244
246 CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[]; 245 CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[];
247 246
248 } // namespace switches 247 } // namespace switches
249 248
250 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 249 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698