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

Unified Diff: Source/web/FindInPageCoordinates.cpp

Issue 931003002: Move and rename RenderPart to LayoutPart. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/web/ContextMenuClientImpl.cpp ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FindInPageCoordinates.cpp
diff --git a/Source/web/FindInPageCoordinates.cpp b/Source/web/FindInPageCoordinates.cpp
index b6f0ef79b40f216183f4ef81afc6ab7157b4b9a9..ab732719248f5bc95ac21036edb623447947faa0 100644
--- a/Source/web/FindInPageCoordinates.cpp
+++ b/Source/web/FindInPageCoordinates.cpp
@@ -35,10 +35,10 @@
#include "core/dom/Range.h"
#include "core/frame/LocalFrame.h"
#include "core/layout/LayoutObject.h"
+#include "core/layout/LayoutPart.h"
#include "core/layout/style/LayoutStyle.h"
#include "core/rendering/RenderBlock.h"
#include "core/rendering/RenderBox.h"
-#include "core/rendering/RenderPart.h"
#include "core/rendering/RenderView.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/FloatQuad.h"
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698