| Index: sky/engine/core/rendering/ImageQualityController.h
|
| diff --git a/sky/engine/core/rendering/ImageQualityController.h b/sky/engine/core/rendering/ImageQualityController.h
|
| index cdcba61657b6f8a67555d5e01c2ac2f815b0ecd4..c00e687226bd8898dcd11238b3c31f125c5288a7 100644
|
| --- a/sky/engine/core/rendering/ImageQualityController.h
|
| +++ b/sky/engine/core/rendering/ImageQualityController.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef ImageQualityController_h
|
| #define ImageQualityController_h
|
|
|
| -#include "core/rendering/RenderObject.h"
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "platform/geometry/LayoutSize.h"
|
| -#include "platform/graphics/Image.h"
|
| -#include "platform/graphics/ImageOrientation.h"
|
| -#include "platform/graphics/ImageSource.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "sky/engine/core/rendering/RenderObject.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/platform/geometry/LayoutSize.h"
|
| +#include "sky/engine/platform/graphics/Image.h"
|
| +#include "sky/engine/platform/graphics/ImageOrientation.h"
|
| +#include "sky/engine/platform/graphics/ImageSource.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|