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

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

Issue 737523002: Sky: Move iframe geometry updates to FrameView::updateLayout instead of (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: compile Created 6 years, 1 month 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/frame/FrameView.cpp ('k') | sky/engine/core/rendering/RenderIFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderIFrame.h
diff --git a/sky/engine/core/rendering/RenderIFrame.h b/sky/engine/core/rendering/RenderIFrame.h
index eaf5860d43e2f333c79740dfbe57aa8c97fdab42..b424e2fe7c0bc0972ec3e4b4f8049ccfbb6d9869 100644
--- a/sky/engine/core/rendering/RenderIFrame.h
+++ b/sky/engine/core/rendering/RenderIFrame.h
@@ -16,8 +16,7 @@ public:
explicit RenderIFrame(HTMLIFrameElement*);
virtual ~RenderIFrame();
- // RenderReplaced methods:
- void invalidateWidgetBounds() override;
+ void updateWidgetBounds();
private:
LayerType layerTypeRequired() const override { return NormalLayer; }
« no previous file with comments | « sky/engine/core/frame/FrameView.cpp ('k') | sky/engine/core/rendering/RenderIFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698