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

Unified Diff: Source/config.h

Issue 24202004: Rename ENABLE(DEFAULT_RENDER_THEME) to USE(DEFAULT_RENDER_THEME). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 | « no previous file | Source/core/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index ce9c334fc09d1fb6bb60961ffccdfe621c434077..bc86ad09f731f774fff7b41425349629550d235a 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -182,3 +182,8 @@
#if OS(LINUX) || OS(ANDROID)
#define WTF_USE_HARFBUZZ 1
#endif
+
+# Populate USE() macros from global USE_ defines
+#if defined(USE_DEFAULT_RENDER_THEME)
+#define WTF_USE_DEFAULT_RENDER_THEME 1
+#endif
abarth-chromium 2013/09/20 16:49:50 This is strange. Do we do this elsewhere?
lgombos 2013/09/20 17:47:19 Glad you spotted this; I was not sure about the pr
« no previous file with comments | « no previous file | Source/core/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698