| Index: sky/engine/core/rendering/ImageQualityController.cpp
|
| diff --git a/sky/engine/core/rendering/ImageQualityController.cpp b/sky/engine/core/rendering/ImageQualityController.cpp
|
| index a0c6a1658b5b4124684d07130de894d934a8ba45..63eefdecd984d433b28d7bbc576087b775390d3a 100644
|
| --- a/sky/engine/core/rendering/ImageQualityController.cpp
|
| +++ b/sky/engine/core/rendering/ImageQualityController.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/rendering/ImageQualityController.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/rendering/ImageQualityController.h"
|
|
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "platform/graphics/GraphicsContext.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/platform/graphics/GraphicsContext.h"
|
|
|
| namespace blink {
|
|
|
|
|