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

Unified Diff: Source/web/WebLocalFrameImpl.cpp

Issue 929223003: Move and rename RenderFrame and RenderFrameSet. (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/core/rendering/RenderFrameSet.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.cpp
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
index f962dc4cdeccccc096d53fac328ea0c0fd78f7c8..5ea6db860eead15ae980b7c8c1e30d0f2728236e 100644
--- a/Source/web/WebLocalFrameImpl.cpp
+++ b/Source/web/WebLocalFrameImpl.cpp
@@ -132,6 +132,7 @@
#include "core/layout/HitTestResult.h"
#include "core/layout/Layer.h"
#include "core/layout/LayoutObject.h"
+#include "core/layout/LayoutPart.h"
#include "core/layout/LayoutTreeAsText.h"
#include "core/layout/style/StyleInheritedData.h"
#include "core/loader/DocumentLoader.h"
@@ -145,7 +146,6 @@
#include "core/page/Page.h"
#include "core/page/PrintContext.h"
#include "core/rendering/RenderBox.h"
-#include "core/rendering/RenderFrame.h"
#include "core/rendering/RenderView.h"
#include "core/timing/DOMWindowPerformance.h"
#include "core/timing/Performance.h"
« no previous file with comments | « Source/core/rendering/RenderFrameSet.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698