| Index: third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ImageQualityController.h b/third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| index 374018fccc2f5dea830d8e5a3e1f8c43a59b8b99..7066d2167ca336d3fc10aed4eff8769bfa0f5d6f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| +++ b/third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| @@ -32,12 +32,16 @@
|
| #define ImageQualityController_h
|
|
|
| #include "base/gtest_prod_util.h"
|
| -#include "core/layout/LayoutObject.h"
|
| +#include "core/CoreExport.h"
|
| +#include "platform/Timer.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| +#include "platform/graphics/Image.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
| +class LayoutObject;
|
| +
|
| typedef HashMap<const void*, LayoutSize> LayerSizeMap;
|
|
|
| struct ObjectResizeInfo {
|
|
|