Changeset 65502 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 17, 2010, 7:54:31 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r65493 r65502 1 2010-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 1 10 2010-08-17 Yuta Kitamura <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r65081 r65502 1053 1053 #endif 1054 1054 1055 #if PLATFORM(QT) 1056 #define WTF_USE_ACCELERATED_COMPOSITING 1 1057 #endif 1058 1055 1059 /* FIXME: Defining ENABLE_3D_RENDERING here isn't really right, but it's always used with 1056 1060 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.