| Index: third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp
|
| index 977f2a4319caf33d9739dce7de9769ac1642cf4c..e25be718265499c0e521900ab2fd7e36b7893b92 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.cpp
|
| @@ -5,8 +5,8 @@
|
| #include "config.h"
|
| #include "platform/graphics/ContiguousContainer.h"
|
|
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/ContainerAnnotations.h"
|
| -#include "wtf/FastAllocBase.h"
|
| #include "wtf/PartitionAlloc.h"
|
| #include "wtf/Partitions.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|