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

Unified Diff: Source/core/layout/LayoutPart.h

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/layout/LayoutFrameSet.cpp ('k') | Source/core/paint/FrameSetPainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutPart.h
diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
index 2e3772a60bf9e145e84b22474ed8d0d75a55a1ff..234812c3d1d8f1889d3f0b0fc3f646dbcc94f140 100644
--- a/Source/core/layout/LayoutPart.h
+++ b/Source/core/layout/LayoutPart.h
@@ -28,7 +28,7 @@
namespace blink {
-// Renderer for frames via RenderFrame and LayoutIFrame, and plug-ins via LayoutEmbeddedObject.
+// Renderer for frames via LayoutFrame and LayoutIFrame, and plug-ins via LayoutEmbeddedObject.
class LayoutPart : public LayoutReplaced {
public:
explicit LayoutPart(Element*);
« no previous file with comments | « Source/core/layout/LayoutFrameSet.cpp ('k') | Source/core/paint/FrameSetPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698