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

Side by Side 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, 10 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <script type="text/javascript" src="vk.js"></script>
7 <link type="text/css" rel="stylesheet" href="vk.css">
8 </head>
9
10 <body lang="en">
11 <div id="" class="inputview-container">
12 <div class="inputview-layoutview" id="keyboardView">
13 </div>
14 </div>
15 </body>
16
17 </html>
OLDNEW
« 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