Changeset 44702 in webkit for trunk/JavaScriptCore/Configurations


Ignore:
Timestamp:
Jun 15, 2009, 6:27:57 PM (16 years ago)
Author:
Simon Fraser
Message:

2009-06-15 Simon Fraser <Simon Fraser>

Reviewed by Mark Rowe.

<rdar://problem/6974857>

Define ENABLE_3D_RENDERING and WTF_USE_ACCELERATED_COMPOSITING when building on 10.6.
Move the ENABLE_3D_RENDERING switch from config.h and WebKitPrefix.h to wtf/Platform.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r44253 r44702  
    2828// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
    2929
    30 ENABLE_3D_RENDERING = ;
     30ENABLE_3D_RENDERING = $(ENABLE_3D_RENDERING_$(MAC_OS_X_VERSION_MAJOR));
     31ENABLE_3D_RENDERING_1060 = ENABLE_3D_RENDERING;
     32
    3133ENABLE_CHANNEL_MESSAGING = ;
    3234ENABLE_DATABASE = ENABLE_DATABASE;
Note: See TracChangeset for help on using the changeset viewer.