Index: ppapi/examples/compositor/compositor.html |
diff --git a/ppapi/examples/compositor/compositor.html b/ppapi/examples/compositor/compositor.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b4147533bc7250ca5b32b53051ff14790c40d210 |
--- /dev/null |
+++ b/ppapi/examples/compositor/compositor.html |
@@ -0,0 +1,18 @@ |
+<!DOCTYPE html> |
+<html> |
+ <!-- |
+ Copyright 2014 The Chromium Authors. All rights reserved. |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. |
+ --> |
+<head> |
+ <title>GLES2 Spinning Cube Example</title> |
+</head> |
+ |
+<body> |
+ |
+<embed id="plugin" type="application/x-ppapi-example-compositor" |
+ width="800" height="600"/> |
+ |
+</body> |
+</html> |