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

Unified Diff: sky/engine/core/rendering/RenderView.h

Issue 1215103007: Remove remaining HTML elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/engine/core/rendering/RenderText.cpp ('k') | sky/engine/core/rendering/RenderView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderView.h
diff --git a/sky/engine/core/rendering/RenderView.h b/sky/engine/core/rendering/RenderView.h
index 7f64a1bcb176ed9adaa50728bc0c52b44c706d8b..2c46d2808af386eadffeb30474cbdbac53a8d596 100644
--- a/sky/engine/core/rendering/RenderView.h
+++ b/sky/engine/core/rendering/RenderView.h
@@ -24,7 +24,6 @@
#include "sky/engine/core/frame/FrameView.h"
#include "sky/engine/core/rendering/RenderFlexibleBox.h"
-#include "sky/engine/core/rendering/RenderIFrame.h"
#include "sky/engine/wtf/OwnPtr.h"
namespace blink {
@@ -87,10 +86,6 @@ public:
double layoutViewportWidth() const;
double layoutViewportHeight() const;
- void addIFrame(RenderIFrame* iframe);
- void removeIFrame(RenderIFrame* iframe);
- void updateIFramesAfterLayout();
-
private:
virtual void mapLocalToContainer(const RenderBox* paintInvalidationContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip) const override;
virtual const RenderObject* pushMappingToContainer(const RenderBox* ancestorToStopAt, RenderGeometryMap&) const override;
@@ -110,8 +105,6 @@ private:
unsigned m_renderCounterCount;
unsigned m_hitTestCount;
-
- WTF::HashSet<RenderIFrame*> m_iframes;
};
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderView, isRenderView());
« no previous file with comments | « sky/engine/core/rendering/RenderText.cpp ('k') | sky/engine/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698