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

Unified Diff: Source/core/layout/LayoutObject.h

Issue 1122323002: Cleanup: Remove LayoutRegion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 7 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 | « Source/core/layout/LayoutMultiColumnSet.cpp ('k') | Source/core/layout/LayoutRegion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutObject.h
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
index 08fbdeb042c9315a7a2c61184df7894b93b55276..6129675801b74707e8a193b4908e22eeffa2bd06 100644
--- a/Source/core/layout/LayoutObject.h
+++ b/Source/core/layout/LayoutObject.h
@@ -358,7 +358,6 @@ public:
bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); }
bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMultiColumnSet); }
bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutObjectLayoutMultiColumnSpannerPlaceholder); }
- bool isLayoutRegion() const { return isOfType(LayoutObjectLayoutRegion); }
bool isLayoutScrollbarPart() const { return isOfType(LayoutObjectLayoutScrollbarPart); }
bool isLayoutView() const { return isOfType(LayoutObjectLayoutView); }
bool isReplica() const { return isOfType(LayoutObjectReplica); }
@@ -1094,7 +1093,6 @@ protected:
LayoutObjectLayoutMultiColumnSet,
LayoutObjectLayoutMultiColumnSpannerPlaceholder,
LayoutObjectLayoutPart,
- LayoutObjectLayoutRegion,
LayoutObjectLayoutScrollbarPart,
LayoutObjectLayoutView,
LayoutObjectReplica,
« no previous file with comments | « Source/core/layout/LayoutMultiColumnSet.cpp ('k') | Source/core/layout/LayoutRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698