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

Unified Diff: chrome/browser/resources/vr_shell/vk.html

Issue 2661823002: NOT FOR REVIEW: A set of patches for Josh to work on top of. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « chrome/browser/resources/vr_shell/vk.css ('k') | chrome/browser/resources/vr_shell/vk.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vr_shell/vk.html
diff --git a/chrome/browser/resources/vr_shell/vk.html b/chrome/browser/resources/vr_shell/vk.html
new file mode 100644
index 0000000000000000000000000000000000000000..1493cafd68abc81c2392a000488cfa5e4121fca2
--- /dev/null
+++ b/chrome/browser/resources/vr_shell/vk.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <script type="text/javascript" src="vk.js"></script>
+ <link type="text/css" rel="stylesheet" href="vk.css">
+ </head>
+
+ <body lang="en">
+ <div id="" class="inputview-container">
+ <div class="inputview-layoutview" id="keyboardView">
+ </div>
+ </div>
+ </body>
+
+</html>
« no previous file with comments | « chrome/browser/resources/vr_shell/vk.css ('k') | chrome/browser/resources/vr_shell/vk.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698