Changeset 65502 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Aug 17, 2010, 7:54:31 AM (15 years ago)
Author:
[email protected]
Message:

2010-08-17 No'am Rosenthal <[email protected]>

Reviewed by Ariya Hidayat.

[Qt] Move the accelerated compositing build flag to the right place
https://bugs.webkit.org/show_bug.cgi?id=43882

  • wtf/Platform.h:

2010-08-17 No'am Rosenthal <[email protected]>

Reviewed by Ariya Hidayat.

[Qt] Move the accelerated compositing build flag to the right place
https://bugs.webkit.org/show_bug.cgi?id=43882

No new tests: build fix.

  • WebCore.pro:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r65493 r65502  
     12010-08-17  No'am Rosenthal  <[email protected]>
     2
     3        Reviewed by Ariya Hidayat.
     4
     5        [Qt] Move the accelerated compositing build flag to the right place
     6        https://bugs.webkit.org/show_bug.cgi?id=43882
     7
     8        * wtf/Platform.h:
     9
    1102010-08-17  Yuta Kitamura  <[email protected]>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r65081 r65502  
    10531053#endif
    10541054
     1055#if PLATFORM(QT)
     1056#define WTF_USE_ACCELERATED_COMPOSITING 1
     1057#endif
     1058
    10551059/* FIXME: Defining ENABLE_3D_RENDERING here isn't really right, but it's always used with
    10561060   with WTF_USE_ACCELERATED_COMPOSITING, and it allows the feature to be turned on and
Note: See TracChangeset for help on using the changeset viewer.