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

Unified Diff: sky/engine/core/html/HTMLIFrameElement.idl

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: more review comments 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/html/HTMLIFrameElement.idl
diff --git a/sky/engine/core/html/HTMLScriptElement.idl b/sky/engine/core/html/HTMLIFrameElement.idl
similarity index 79%
copy from sky/engine/core/html/HTMLScriptElement.idl
copy to sky/engine/core/html/HTMLIFrameElement.idl
index be66428eccabb40c1e3cdeae4f475d58ea443550..11fbc31f93b9e1345f9155d96d728f2a87322048 100644
--- a/sky/engine/core/html/HTMLScriptElement.idl
+++ b/sky/engine/core/html/HTMLIFrameElement.idl
@@ -2,5 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface HTMLScriptElement : HTMLElement {
+interface HTMLIFrameElement : HTMLElement {
};

Powered by Google App Engine
This is Rietveld 408576698