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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2331223002: Added allowvr attribute to iframes and vrEnabled to Document (Closed)
Patch Set: Rebase and moved vrEnabled from navigator to document Created 4 years, 3 months 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: third_party/WebKit/Source/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index c53ac6a77fabdc4dc4e490fb535a31f733ebadb9..56c7936af6a9aba82799fb11c67c33ad03cb5ede 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -103,7 +103,6 @@ core_idl_files = get_path_info([
"dom/DOMStringMap.idl",
"dom/DOMTokenList.idl",
"dom/DataView.idl",
- "dom/Document.idl",
"dom/DocumentFragment.idl",
"dom/DocumentType.idl",
"dom/Element.idl",
@@ -428,6 +427,7 @@ core_idl_files = get_path_info([
core_idl_with_modules_dependency_files =
get_path_info([
"clipboard/DataTransferItem.idl",
+ "dom/Document.idl",
"dom/URL.idl",
"frame/Navigator.idl",
"frame/Screen.idl",

Powered by Google App Engine
This is Rietveld 408576698