| 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 e3e690eb0eb8cfe1fd2fde1bc6f6a4f28915d2b9..18f9ced3b116165329e624254b68de944b27b6f4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| @@ -12,8 +12,8 @@
|
| #include "third_party/skia/include/core/SkPictureAnalyzer.h"
|
|
|
| #ifndef NDEBUG
|
| -#include "platform/graphics/LoggingCanvas.h"
|
| #include <stdio.h>
|
| +#include "platform/graphics/LoggingCanvas.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|