| Index: sky/engine/core/html/canvas/HitRegion.cpp
|
| diff --git a/sky/engine/core/html/canvas/HitRegion.cpp b/sky/engine/core/html/canvas/HitRegion.cpp
|
| index 99f785f98a96cf49701da428c62492661adce7e2..69800dfa015462ac49e03c2e7e232d68fcb8cee8 100644
|
| --- a/sky/engine/core/html/canvas/HitRegion.cpp
|
| +++ b/sky/engine/core/html/canvas/HitRegion.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/html/canvas/HitRegion.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/canvas/HitRegion.h"
|
|
|
| -#include "core/rendering/RenderBoxModelObject.h"
|
| +#include "sky/engine/core/rendering/RenderBoxModelObject.h"
|
|
|
| namespace blink {
|
|
|
|
|