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

Unified Diff: ui/base/ui_base_switches.h

Issue 464063005: Add a flag to enable remote CoreAnimation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: ui/base/ui_base_switches.h
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index b638ae85a96d6a556fc97ccbbe40eb52bc514612..3638c5cbdfe01e42714c4ae490f65d1fe6fad5df 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -13,6 +13,7 @@
namespace switches {
#if defined(OS_MACOSX) && !defined(OS_IOS)
+UI_BASE_EXPORT extern const char kEnableRemoteCoreAnimation[];
sky 2014/08/14 00:19:08 nit: try to sort these.
ccameron 2014/08/14 00:33:31 Done.
UI_BASE_EXPORT extern const char kDisableCoreAnimation[];
#endif

Powered by Google App Engine
This is Rietveld 408576698