Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: sky/engine/core/css/Rect.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/css/RGBColor.idl ('k') | sky/engine/core/css/Rect.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « sky/engine/core/css/RGBColor.idl ('k') | sky/engine/core/css/Rect.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698