Initial work on a new <view> element backed by a mojo::View.

This CL introduces an HTMLViewElement which, when inserted into a document,
causes a mojo::View to be created and navigated to the provided URL. No
compositing is done, but the view manager handles the rendering (as I
understand it).

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/708903002
This commit is contained in:
Matt Perry
2014-11-07 14:34:07 -05:00
parent a5e5c906d0
commit 130b9c84f0

View File

@@ -0,0 +1 @@
<div>This is an <iframe src="abarth.sky">iframe</iframe> element.</div>