| Index: sky/engine/core/html/canvas/HitRegion.h
|
| diff --git a/sky/engine/core/html/canvas/HitRegion.h b/sky/engine/core/html/canvas/HitRegion.h
|
| index 14a250416d85f3f2e6c86a613cf7a0478221b038..679a75bcbdae59763ae7bfd996d96493c0698e97 100644
|
| --- a/sky/engine/core/html/canvas/HitRegion.h
|
| +++ b/sky/engine/core/html/canvas/HitRegion.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef HitRegion_h
|
| #define HitRegion_h
|
|
|
| -#include "bindings/core/v8/Dictionary.h"
|
| -#include "core/dom/Element.h"
|
| -#include "platform/graphics/Path.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/Dictionary.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/platform/graphics/Path.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|