| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 467bf0a4bba259a9c091936a4b7708924da44523..c04f97811421457245a6393ce43a6edab1adab4f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -31,7 +31,6 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/DocumentLifecycle.h"
|
| #include "core/editing/PositionWithAffinity.h"
|
| -#include "core/fetch/ImageResourceObserver.h"
|
| #include "core/layout/LayoutObjectChildList.h"
|
| #include "core/layout/MapCoordinatesFlags.h"
|
| #include "core/layout/PaintInvalidationState.h"
|
| @@ -40,6 +39,7 @@
|
| #include "core/layout/api/HitTestAction.h"
|
| #include "core/layout/api/SelectionState.h"
|
| #include "core/layout/compositing/CompositingState.h"
|
| +#include "core/loader/resource/ImageResourceObserver.h"
|
| #include "core/paint/LayerHitTestRects.h"
|
| #include "core/paint/PaintPhase.h"
|
| #include "core/style/ComputedStyle.h"
|
|
|