| Index: third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| index 9cb616dd2ace083e04a77c7d3647bfc966668917..75a7b4c59ef41748ccb41ef7acb387337c807113 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| @@ -32,10 +32,10 @@
|
| #define InterceptingCanvas_h
|
|
|
| #include "platform/graphics/paint/PaintRecord.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|