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

Unified Diff: sky/engine/core/loader/EmptyClients.h

Issue 682413006: Add a separate call to initialize the bounds for a sky <iframe> element. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rm RemoteFrame 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
Index: sky/engine/core/loader/EmptyClients.h
diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
index e29586b314fcf0d65896e665da38060b93b0f0bb..d9e344f0f25df5446772626eb0ba04896a948a01 100644
--- a/sky/engine/core/loader/EmptyClients.h
+++ b/sky/engine/core/loader/EmptyClients.h
@@ -130,7 +130,7 @@ public:
virtual void didStopLoading() override { }
virtual void loadURLExternally(const ResourceRequest&, NavigationPolicy, const String& = String()) override { }
- virtual void createView(const KURL&) override {}
+ virtual mojo::View* createChildFrame(const KURL&) override { return nullptr; }
virtual void transitionToCommittedForNewPage() override { }

Powered by Google App Engine
This is Rietveld 408576698