Chromium Code Reviews| 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
|