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

Unified Diff: Source/core/layout/LayoutApplet.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/inspector/InspectorLayerTreeAgent.cpp ('k') | Source/core/layout/LayoutApplet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutApplet.h
diff --git a/Source/core/layout/LayoutApplet.h b/Source/core/layout/LayoutApplet.h
index 3468f6494d49dba77fdcb0a3b966df05b48ec2ef..b5095ae4d3102f97c61e8736a8bf45d690d34264 100644
--- a/Source/core/layout/LayoutApplet.h
+++ b/Source/core/layout/LayoutApplet.h
@@ -22,13 +22,13 @@
#ifndef LayoutApplet_h
#define LayoutApplet_h
-#include "core/rendering/RenderEmbeddedObject.h"
+#include "core/layout/LayoutEmbeddedObject.h"
namespace blink {
class HTMLAppletElement;
-class LayoutApplet final : public RenderEmbeddedObject {
+class LayoutApplet final : public LayoutEmbeddedObject {
public:
explicit LayoutApplet(HTMLAppletElement*);
virtual ~LayoutApplet();
« no previous file with comments | « Source/core/inspector/InspectorLayerTreeAgent.cpp ('k') | Source/core/layout/LayoutApplet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698