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

Unified Diff: sky/engine/core/rendering/RenderBox.h

Issue 734813004: Get rid of continuations. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/engine/core/rendering/RenderBox.h
diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
index bfed6c7c4391702b5189c3ab6d4d06551ac97976..cef066d93aab44ae3e8dbfe45c0ebeada1422474 100644
--- a/sky/engine/core/rendering/RenderBox.h
+++ b/sky/engine/core/rendering/RenderBox.h
@@ -485,12 +485,6 @@ public:
virtual bool hasRelativeLogicalHeight() const;
- virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject*) const
- {
- ASSERT_NOT_REACHED();
- return 0;
- }
-
bool hasSameDirectionAs(const RenderBox* object) const { return style()->direction() == object->style()->direction(); }
protected:
« no previous file with comments | « sky/engine/core/rendering/RenderBlockLineLayout.cpp ('k') | sky/engine/core/rendering/RenderBoxModelObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698