| Index: sky/engine/core/css/Rect.h
|
| diff --git a/sky/engine/core/css/Rect.h b/sky/engine/core/css/Rect.h
|
| index ed52aab9f0c609f201c070068fa7306c9f26d97a..0662e3413a46f3f051638cf8a241d5c42d498aa1 100644
|
| --- a/sky/engine/core/css/Rect.h
|
| +++ b/sky/engine/core/css/Rect.h
|
| @@ -21,14 +21,14 @@
|
| #ifndef SKY_ENGINE_CORE_CSS_RECT_H_
|
| #define SKY_ENGINE_CORE_CSS_RECT_H_
|
|
|
| -#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| #include "sky/engine/wtf/RefPtr.h"
|
| #include "sky/engine/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
| -class RectBase : public RefCounted<RectBase>, public ScriptWrappableBase {
|
| +class RectBase : public RefCounted<RectBase> {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase);
|
| public:
|
| CSSPrimitiveValue* top() const { return m_top.get(); }
|
|
|