Changeset 65502 in webkit for trunk/JavaScriptCore/wtf/Platform.h


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:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.