| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| index 9d8c80132b05d771e7ecdb1f79ed14c2ea1d0ea5..9cf3ecd9d810ad42f1c0605fedd8918d645be116 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -8,8 +8,8 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/PaintInvalidationReason.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #define CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS DCHECK_IS_ON()
|
|
|
|
|