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

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

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/RenderView.h ('k') | sky/engine/core/script/dart_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderView.cpp
diff --git a/sky/engine/core/rendering/RenderView.cpp b/sky/engine/core/rendering/RenderView.cpp
index 6eeede50736530f2824cc26977a2c145495e7de7..21a582ca4850f18bac67641d6f3903dc0273a643 100644
--- a/sky/engine/core/rendering/RenderView.cpp
+++ b/sky/engine/core/rendering/RenderView.cpp
@@ -388,20 +388,4 @@ double RenderView::layoutViewportHeight() const
return viewHeight();
}
-void RenderView::addIFrame(RenderIFrame* iframe)
-{
- m_iframes.add(iframe);
-}
-
-void RenderView::removeIFrame(RenderIFrame* iframe)
-{
- m_iframes.remove(iframe);
-}
-
-void RenderView::updateIFramesAfterLayout()
-{
- for (auto& iframe: m_iframes)
- iframe->updateWidgetBounds();
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/rendering/RenderView.h ('k') | sky/engine/core/script/dart_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698