| Index: third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CullRect.h b/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| index 1411e4c3cdca377a9e49139ea64d6e83bb99a44b..4a0ee8ec03c576365703fde2b96c1fa8b9b191c9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #include <limits>
|
|
|
|
|