Changeset 129838 in webkit


Ignore:
Timestamp:
Sep 27, 2012, 8:01:35 PM (13 years ago)
Author:
pilgrim@chromium.org
Message:

[Chromium] Clean up includes in PaintAggregator
https://bugs.webkit.org/show_bug.cgi?id=97848

Reviewed by Kentaro Hara.

Part of a refactoring series. See tracking bug 82948.

  • src/painting/PaintAggregator.cpp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r129836 r129838  
     12012-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
    1122012-09-27  Mark Pilgrim  <pilgrim@chromium.org>
    213
  • trunk/Source/WebKit/chromium/src/painting/PaintAggregator.cpp

    r115772 r129838  
    3131#include "config.h"
    3232#include "PaintAggregator.h"
    33 
    34 #include "WebKit.h"
    35 #include "platform/WebKitPlatformSupport.h"
    36 
     33#include <public/Platform.h>
    3734using namespace WebCore;
    3835
Note: See TracChangeset for help on using the changeset viewer.