| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| index ebd50c5e7910d325ed1db68c9448b3eb8109c6c8..fa5209e751107c4f0f9f924bae93f7da4b670292 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| @@ -7,9 +7,9 @@
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/graphics/paint/DrawingDisplayItem.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #include "third_party/skia/include/core/SkPictureAnalyzer.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/text/StringBuilder.h"
|
|
|
| #ifndef NDEBUG
|
| #include "platform/graphics/LoggingCanvas.h"
|
|
|