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

Unified Diff: Source/core/rendering/RenderBox.cpp

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/paint/ScrollbarPainter.cpp ('k') | Source/core/rendering/RenderMenuList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderBox.cpp
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
index 4a5a94c28c34da96a53a85d6b81f24d55e83c909..b2d595973e9e2ff60be3d6b25352803056a274fc 100644
--- a/Source/core/rendering/RenderBox.cpp
+++ b/Source/core/rendering/RenderBox.cpp
@@ -41,6 +41,7 @@
#include "core/layout/Layer.h"
#include "core/layout/LayoutGeometryMap.h"
#include "core/layout/LayoutMultiColumnSpannerPlaceholder.h"
+#include "core/layout/LayoutScrollbarPart.h"
#include "core/layout/LayoutTableCell.h"
#include "core/layout/PaintInfo.h"
#include "core/layout/compositing/LayerCompositor.h"
@@ -56,7 +57,6 @@
#include "core/rendering/RenderInline.h"
#include "core/rendering/RenderListBox.h"
#include "core/rendering/RenderListMarker.h"
-#include "core/rendering/RenderScrollbarPart.h"
#include "core/rendering/RenderView.h"
#include "platform/LengthFunctions.h"
#include "platform/geometry/FloatQuad.h"
« no previous file with comments | « Source/core/paint/ScrollbarPainter.cpp ('k') | Source/core/rendering/RenderMenuList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698