Chromium Code Reviews

Unified Diff: Source/core/frame/RemoteFrame.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/RemoteFrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RemoteFrame.cpp
diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
index 95e17a18fe2eefd957c360f59d779b5cd123fbc7..e129fd0007277fbc17cb3cdb517e36cfbc24e07a 100644
--- a/Source/core/frame/RemoteFrame.cpp
+++ b/Source/core/frame/RemoteFrame.cpp
@@ -13,7 +13,7 @@
#include "core/frame/RemoteFrameView.h"
#include "core/html/HTMLFrameOwnerElement.h"
#include "core/layout/Layer.h"
-#include "core/rendering/RenderPart.h"
+#include "core/layout/LayoutPart.h"
#include "platform/graphics/GraphicsLayer.h"
#include "platform/weborigin/SecurityPolicy.h"
#include "public/platform/WebLayer.h"
@@ -151,7 +151,7 @@ void RemoteFrame::setRemotePlatformLayer(WebLayer* layer)
ASSERT(owner());
toHTMLFrameOwnerElement(owner())->setNeedsCompositingUpdate();
- if (RenderPart* renderer = ownerRenderer())
+ if (LayoutPart* renderer = ownerRenderer())
renderer->layer()->updateSelfPaintingLayer();
}
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/RemoteFrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine