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

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: 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/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index aa36ebd2ba143c9498319c3f769763c42f1b0185..e5f26c762d1eabeaf391e0ed14ada4ed4b87ebd6 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -69,6 +69,8 @@ class DocumentView : public mojo::InterfaceImpl<mojo::Application>,
virtual blink::WebLayerTreeView* initializeLayerTreeView();
// WebFrameClient methods:
+ void createChildView(const blink::WebURL&,
+ const blink::WebRect& bounds) override;
void frameDetached(blink::WebFrame*) override;
blink::WebNavigationPolicy decidePolicyForNavigation(
const blink::WebFrameClient::NavigationPolicyInfo& info) override;

Powered by Google App Engine
This is Rietveld 408576698