Changeset 126813 in webkit
- Timestamp:
- Aug 27, 2012, 4:01:31 PM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebCore.gypi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r126812 r126813 1 2012-08-27 James Robinson <jamesr@chromium.org> 2 3 [chromium] Put CCThreadImpl / WebCompositorImpl in webcore_chromium_compositor_files gyp section 4 https://bugs.webkit.org/show_bug.cgi?id=94995 5 6 Reviewed by Adrienne Walker. 7 8 These need to be controllable by use_libcc_for_compositor 9 10 * WebCore.gypi: 11 1 12 2012-08-27 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/Source/WebCore/WebCore.gypi
r126803 r126813 8300 8300 ], 8301 8301 'webcore_platform_support_files': [ 8302 'platform/chromium/support/CCThreadImpl.cpp',8303 'platform/chromium/support/CCThreadImpl.h',8304 8302 'platform/chromium/support/Extensions3DChromium.cpp', 8305 8303 'platform/chromium/support/GraphicsContext3DChromium.cpp', … … 8309 8307 'platform/chromium/support/PlatformGestureCurveFactory.h', 8310 8308 'platform/chromium/support/WebAudioBus.cpp', 8311 'platform/chromium/support/WebCompositorImpl.cpp',8312 'platform/chromium/support/WebCompositorImpl.h',8313 8309 'platform/chromium/support/WebData.cpp', 8314 8310 'platform/chromium/support/WebFlingAnimatorToGestureCurveAdapter.h', … … 8342 8338 ], 8343 8339 'webcore_chromium_compositor_files': [ 8340 'platform/chromium/support/CCThreadImpl.cpp', 8341 'platform/chromium/support/CCThreadImpl.h', 8342 'platform/chromium/support/WebCompositorImpl.cpp', 8343 'platform/chromium/support/WebCompositorImpl.h', 8344 8344 'platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp', 8345 8345 'platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.h',
Note:
See TracChangeset
for help on using the changeset viewer.