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

Unified Diff: content/public/common/content_switches.h

Issue 16189012: Add a path to use CALayers to display content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback Created 7 years, 7 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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 2356f0ca551bde68313bf588df843c8e6c190939..e2e678f15f832edf58a02b0e648225dff4706dbf 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -250,6 +250,7 @@ extern const char kChildCleanExit[];
#if defined(OS_MACOSX) && !defined(OS_IOS)
extern const char kDisableCarbonInterposing[];
+extern const char kUseCoreAnimation[];
#endif
#if defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698