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

Unified Diff: sky/viewer/document_view.h

Issue 708903002: Initial work on a new <view> element backed by a mojo::View. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: m_URL 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/tests/lowlevel/iframe.sky ('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 aa36ebd2ba143c9498319c3f769763c42f1b0185..88abb6a92503fc1756d10354214791b2d9cd9071 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -69,6 +69,7 @@ class DocumentView : public mojo::InterfaceImpl<mojo::Application>,
virtual blink::WebLayerTreeView* initializeLayerTreeView();
// WebFrameClient methods:
+ void createChildView(const blink::WebURL&) override;
void frameDetached(blink::WebFrame*) override;
blink::WebNavigationPolicy decidePolicyForNavigation(
const blink::WebFrameClient::NavigationPolicyInfo& info) override;
« no previous file with comments | « sky/tests/lowlevel/iframe.sky ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698