summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutPart.cpp
diff options
context:
space:
mode:
authordsinclair@chromium.org <dsinclair@chromium.org>2015-02-17 19:00:39 +0000
committerdsinclair@chromium.org <dsinclair@chromium.org>2015-02-17 19:00:39 +0000
commit3ef765256d5c3271a114b99e3d2d587ee48caadf (patch)
treec0d79ef3bb27abf26057fbff0cc63a86fd2bde2f /third_party/WebKit/Source/core/layout/LayoutPart.cpp
parentd1da7d21f133bed06de73dcd441f7149f8961420 (diff)
downloadchromium_src-3ef765256d5c3271a114b99e3d2d587ee48caadf.zip
chromium_src-3ef765256d5c3271a114b99e3d2d587ee48caadf.tar.gz
chromium_src-3ef765256d5c3271a114b99e3d2d587ee48caadf.tar.bz2
Move the remaining rendering/svg/RenderSVG* files to layout.
This moves the last of the rendering/svg directory over to the new layout/svg directory. BUG=450612 TBR=jchaffraix@chromium.org Review URL: https://codereview.chromium.org/933953003 git-svn-id: svn://svn.chromium.org/blink/trunk@190346 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/core/layout/LayoutPart.cpp')
-rw-r--r--third_party/WebKit/Source/core/layout/LayoutPart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
index 08f2c8f..64d689a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
@@ -31,11 +31,11 @@
#include "core/html/HTMLFrameElementBase.h"
#include "core/layout/HitTestResult.h"
#include "core/layout/Layer.h"
+#include "core/layout/svg/LayoutSVGRoot.h"
#include "core/paint/BoxPainter.h"
#include "core/paint/PartPainter.h"
#include "core/plugins/PluginView.h"
#include "core/rendering/RenderView.h"
-#include "core/rendering/svg/RenderSVGRoot.h"
namespace blink {