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

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

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/core/layout/LayerScrollableArea.cpp ('k') | Source/core/layout/LayoutObject.cpp » ('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 581c318191b386764509eb2d8c84a656c8fa1b7b..2e350e363d2047c89e8f7d404c63af9b2dbb4169 100644
--- a/Source/core/layout/LayoutObject.h
+++ b/Source/core/layout/LayoutObject.h
@@ -359,7 +359,7 @@ public:
bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMultiColumnSet); }
bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutObjectLayoutMultiColumnSpannerPlaceholder); }
bool isLayoutRegion() const { return isOfType(LayoutObjectLayoutRegion); }
- bool isRenderScrollbarPart() const { return isOfType(LayoutObjectRenderScrollbarPart); }
+ bool isLayoutScrollbarPart() const { return isOfType(LayoutObjectLayoutScrollbarPart); }
bool isRenderView() const { return isOfType(LayoutObjectRenderView); }
bool isReplica() const { return isOfType(LayoutObjectReplica); }
bool isRuby() const { return isOfType(LayoutObjectRuby); }
@@ -1099,7 +1099,7 @@ protected:
LayoutObjectLayoutMultiColumnSpannerPlaceholder,
LayoutObjectLayoutPart,
LayoutObjectLayoutRegion,
- LayoutObjectRenderScrollbarPart,
+ LayoutObjectLayoutScrollbarPart,
LayoutObjectRenderView,
LayoutObjectReplica,
LayoutObjectRuby,
« no previous file with comments | « Source/core/layout/LayerScrollableArea.cpp ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698