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

Unified Diff: chrome/browser/about_flags.cc

Issue 11186039: Move CC switches to cc/switches.h. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Switch ui/compositor back to using compositorSupport() Created 8 years, 2 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
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ef3270c8f0b17b0ecd8c028653766fbf10e9739a..60eac7efa3e7ca1fc11459eb94877d6d2cd903e0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -14,6 +14,7 @@
#include "base/string_number_conversions.h"
#include "base/utf_string_conversions.h"
#include "base/values.h"
+#include "cc/switches.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/prefs/scoped_user_pref_update.h"
#include "chrome/common/chrome_content_client.h"
@@ -310,7 +311,7 @@ const Experiment kExperiments[] = {
IDS_FLAGS_DISABLE_THREADED_ANIMATION_NAME,
IDS_FLAGS_DISABLE_THREADED_ANIMATION_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kDisableThreadedAnimation)
+ SINGLE_VALUE_TYPE(cc::switches::kDisableThreadedAnimation)
},
{
"composited-layer-borders",
@@ -618,7 +619,7 @@ const Experiment kExperiments[] = {
#else
0,
#endif
- SINGLE_VALUE_TYPE(switches::kEnablePerTilePainting)
+ SINGLE_VALUE_TYPE(cc::switches::kEnablePerTilePainting)
},
{
"enable-javascript-harmony",
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698