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

Unified Diff: Source/core/layout/LayoutObject.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/layout/LayoutIFrame.cpp ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutObject.h
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
index 5775089e2d2b2ab4523add469374c912aad9e9ba..b0f08fe79407aa02fd2ad7dd788d6142c7990dab 100644
--- a/Source/core/layout/LayoutObject.h
+++ b/Source/core/layout/LayoutObject.h
@@ -354,7 +354,7 @@ public:
bool isRenderFullScreen() const { return isOfType(LayoutObjectRenderFullScreen); }
bool isRenderFullScreenPlaceholder() const { return isOfType(LayoutObjectRenderFullScreenPlaceholder); }
bool isRenderGrid() const { return isOfType(LayoutObjectRenderGrid); }
- bool isRenderIFrame() const { return isOfType(LayoutObjectRenderIFrame); }
+ bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); }
bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); }
bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMultiColumnSet); }
bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutObjectLayoutMultiColumnSpannerPlaceholder); }
@@ -1092,7 +1092,7 @@ protected:
LayoutObjectRenderFullScreen,
LayoutObjectRenderFullScreenPlaceholder,
LayoutObjectRenderGrid,
- LayoutObjectRenderIFrame,
+ LayoutObjectLayoutIFrame,
LayoutObjectLayoutImage,
LayoutObjectRenderInline,
LayoutObjectLayoutMultiColumnSet,
« no previous file with comments | « Source/core/layout/LayoutIFrame.cpp ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698