| Index: sky/engine/core/frame/Screen.h
|
| diff --git a/sky/engine/core/frame/Screen.h b/sky/engine/core/frame/Screen.h
|
| index 87f98c5dd85ae6140f6018f019194c99ac937508..c74b33c973299d1a91c82aef61d23d1c504c02e3 100644
|
| --- a/sky/engine/core/frame/Screen.h
|
| +++ b/sky/engine/core/frame/Screen.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef SKY_ENGINE_CORE_FRAME_SCREEN_H_
|
| #define SKY_ENGINE_CORE_FRAME_SCREEN_H_
|
|
|
| -#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/core/frame/DOMWindowProperty.h"
|
| #include "sky/engine/platform/Supplementable.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -41,7 +41,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
|
|
| -class Screen final : public RefCounted<Screen>, public ScriptWrappable, public DOMWindowProperty, public Supplementable<Screen> {
|
| +class Screen final : public RefCounted<Screen>, public DartWrappable, public DOMWindowProperty, public Supplementable<Screen> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<Screen> create(LocalFrame* frame)
|
|
|