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

Unified Diff: Source/core/frame/RemoteFrameView.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/core/frame/RemoteFrame.cpp ('k') | Source/core/html/HTMLAppletElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RemoteFrameView.cpp
diff --git a/Source/core/frame/RemoteFrameView.cpp b/Source/core/frame/RemoteFrameView.cpp
index c5cbe4e69dfbb8ebc5bc51dd2f8fd74fd499dd40..d8763ce8b1d997a8ce522ef5f2675ec302bef15f 100644
--- a/Source/core/frame/RemoteFrameView.cpp
+++ b/Source/core/frame/RemoteFrameView.cpp
@@ -6,7 +6,7 @@
#include "core/frame/RemoteFrameView.h"
#include "core/frame/RemoteFrame.h"
-#include "core/rendering/RenderPart.h"
+#include "core/layout/LayoutPart.h"
namespace blink {
@@ -29,7 +29,7 @@ PassRefPtrWillBeRawPtr<RemoteFrameView> RemoteFrameView::create(RemoteFrame* rem
void RemoteFrameView::invalidateRect(const IntRect& rect)
{
- RenderPart* renderer = m_remoteFrame->ownerRenderer();
+ LayoutPart* renderer = m_remoteFrame->ownerRenderer();
if (!renderer)
return;
« no previous file with comments | « Source/core/frame/RemoteFrame.cpp ('k') | Source/core/html/HTMLAppletElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698