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

Unified Diff: Source/core/frame/FrameView.h

Issue 930183002: Move and rename RenderEmbeddedObject and RenderIFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename properly to LayoutIFrame in test expectations. 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/core.gypi ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 7319de5f560eadc8f8a51397a18520a087adc3af..c8d50bd533aac6ebb826fc1e092713ff609342d6 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -56,7 +56,7 @@ class KURL;
class Node;
class Page;
class RenderBox;
-class RenderEmbeddedObject;
+class LayoutEmbeddedObject;
class LayoutObject;
class RenderScrollbarPart;
class RenderView;
@@ -211,7 +211,7 @@ public:
void updateWidgetPositions();
- void addPartToUpdate(RenderEmbeddedObject&);
+ void addPartToUpdate(LayoutEmbeddedObject&);
void setPaintBehavior(PaintBehavior);
PaintBehavior paintBehavior() const;
@@ -695,7 +695,7 @@ private:
LayoutSize m_size;
- typedef HashSet<RefPtr<RenderEmbeddedObject>> EmbeddedObjectSet;
+ typedef HashSet<RefPtr<LayoutEmbeddedObject>> EmbeddedObjectSet;
EmbeddedObjectSet m_partUpdateSet;
// FIXME: These are just "children" of the FrameView and should be RefPtrWillBeMember<Widget> instead.
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698