| Index: third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ClipRectsCache.h b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/core/layout/ClipRectsCache.h
|
| rename to third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| index 161e37373d87719550758a132c9b2896ffd0b186..0fb9aae76d51c80171862bd18f796ed8076954f1 100644
|
| --- a/third_party/WebKit/Source/core/layout/ClipRectsCache.h
|
| +++ b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef ClipRectsCache_h
|
| #define ClipRectsCache_h
|
|
|
| -#include "core/layout/ClipRects.h"
|
| +#include "core/paint/ClipRects.h"
|
|
|
| #if DCHECK_IS_ON()
|
| #include "platform/scroll/ScrollTypes.h" // For OverlayScrollbarClipBehavior.
|
|
|