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

Unified Diff: sky/viewer/document_view.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: indent 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/web/FrameLoaderClientImpl.cpp ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index 88abb6a92503fc1756d10354214791b2d9cd9071..91f7d286245af3d04cbbc77e073882b70e852890 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -69,7 +69,7 @@ class DocumentView : public mojo::InterfaceImpl<mojo::Application>,
virtual blink::WebLayerTreeView* initializeLayerTreeView();
// WebFrameClient methods:
- void createChildView(const blink::WebURL&) override;
+ mojo::View* createChildFrame(const blink::WebURL& url) override;
void frameDetached(blink::WebFrame*) override;
blink::WebNavigationPolicy decidePolicyForNavigation(
const blink::WebFrameClient::NavigationPolicyInfo& info) override;
« no previous file with comments | « sky/engine/web/FrameLoaderClientImpl.cpp ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698