Changeset 129838 in webkit
- Timestamp:
- Sep 27, 2012, 8:01:35 PM (13 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r129836 r129838 1 2012-09-27 Mark Pilgrim <pilgrim@chromium.org> 2 3 [Chromium] Clean up includes in PaintAggregator 4 https://bugs.webkit.org/show_bug.cgi?id=97848 5 6 Reviewed by Kentaro Hara. 7 8 Part of a refactoring series. See tracking bug 82948. 9 10 * src/painting/PaintAggregator.cpp: 11 1 12 2012-09-27 Mark Pilgrim <pilgrim@chromium.org> 2 13 -
trunk/Source/WebKit/chromium/src/painting/PaintAggregator.cpp
r115772 r129838 31 31 #include "config.h" 32 32 #include "PaintAggregator.h" 33 34 #include "WebKit.h" 35 #include "platform/WebKitPlatformSupport.h" 36 33 #include <public/Platform.h> 37 34 using namespace WebCore; 38 35
Note:
See TracChangeset
for help on using the changeset viewer.