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

Unified Diff: gpu/demos/pepper_gpu_demo.html

Issue 3531008: Integrated Pepper3D v2 with the accelerated compositor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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: gpu/demos/pepper_gpu_demo.html
===================================================================
--- gpu/demos/pepper_gpu_demo.html (revision 65093)
+++ gpu/demos/pepper_gpu_demo.html (working copy)
@@ -3,10 +3,10 @@
<title>Pepper GPU Demo</title>
</head>
-<body style="background-color:Silver">
+<body style="background-color:Silver; -webkit-perspective: 1000;">
<h1>Pepper GPU Demo</h1>
-<object id="plugin" type="pepper-application/x-gpu-demo" width="512" height="512" />
-
+<embed id="plugin" type="pepper-application/x-gpu-demo" width="512" height="512" style="position:absolute; top: 30px; -webkit-transform: rotateY(30deg);" />
+<p style="position:absolute; top: 256px;">Text on top</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698