summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp b/chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp
index 53a8a356fdf..1b4a304a418 100644
--- a/chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp
+++ b/chromium/third_party/WebKit/Source/web/painting/PaintAggregator.cpp
@@ -29,8 +29,10 @@
*/
#include "config.h"
-#include "PaintAggregator.h"
+#include "web/painting/PaintAggregator.h"
+
#include "public/platform/Platform.h"
+
using namespace WebCore;
namespace blink {