| Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h
|
| index 5ea4d3b914a1fc11c9b2f83b6c58927f8ee4ea3b..4e4e18353d127eda503458a49bdf84d9a22ba664 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathRecorder.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "platform/graphics/Path.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|