Changeset 64170 in webkit


Ignore:
Timestamp:
Jul 27, 2010 3:41:45 PM (14 years ago)
Author:
jamesr@google.com
Message:

2010-07-27 James Robinson <jamesr@chromium.org>

Reviewed by Darin Fisher.

[chromium] Make PLATFORM(CHROMIUM) and not OS(MAC) turn USE(GLES2_RENDERING) on
https://bugs.webkit.org/show_bug.cgi?id=43084

This turns USE(GLES2_RENDERING) on for chromium on windows/linux. This causes no
change in behavior, that's all controlled by ENABLE() macros that are currently off.

  • wtf/Platform.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r64156 r64170  
     12010-07-27  James Robinson  <jamesr@chromium.org>
     2
     3        Reviewed by Darin Fisher.
     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
  • trunk/JavaScriptCore/wtf/Platform.h

    r64016 r64170  
    523523#else
    524524#define WTF_PLATFORM_SKIA 1
     525#define WTF_USE_GLES2_RENDERING 1
    525526#endif
    526527#endif
Note: See TracChangeset for help on using the changeset viewer.