JavaScriptCore/ChangeLog

 12010-07-27 James Robinson <jamesr@chromium.org>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 [chromium] Make PLATFORM(CHROMIUM) and not OS(MAC) turn USE(GLES2_RENDERING) on
 6 https://bugs.webkit.org/show_bug.cgi?id=43084
 7
 8 This turns USE(GLES2_RENDERING) on for chromium on windows/linux. This causes no
 9 change in behavior, that's all controlled by ENABLE() macros that are currently off.
 10
 11 * wtf/Platform.h:
 12
1132010-07-23 Helder Correia <heldercorreia@codeaurora.org>
214
315 Reviewed by Darin Adler.

JavaScriptCore/wtf/Platform.h

522522#define WTF_USE_CORE_TEXT 1
523523#else
524524#define WTF_PLATFORM_SKIA 1
 525#define WTF_USE_GLES2_RENDERING 1
525526#endif
526527#endif
527528