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

Unified Diff: native_client_sdk/src/examples/hello_world_instance3d/index.html

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 7 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: native_client_sdk/src/examples/hello_world_instance3d/index.html
diff --git a/native_client_sdk/src/examples/hello_world_instance3d/index.html b/native_client_sdk/src/examples/hello_world_instance3d/index.html
deleted file mode 100644
index fa132dc7fd0c9d87a48722072880f59c7c444b7c..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/hello_world_instance3d/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!--
-Copyright (c) 2012 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>
- <meta http-equiv="Pragma" content="no-cache">
- <meta http-equiv="Expires" content="-1">
- <title>{{title}}</title>
- <script type="text/javascript" src="common.js"></script>
-</head>
-<body data-width="640" data-height="480" {{attrs}}>
- <h1>{{title}}</h1>
- <h2>Status: <code id="statusField">NO-STATUS</code></h2>
- <p>
- The Hello World instance3d example is similar to the Hello World GLES 2.0
- example, but uses the ppapi_main and nacl_io libraries to simplify the code:
- <ul>
- <li>URL loading is handled by a synchronous read from an HTTP mount.</li>
- <li>Instance creation is hidden; instead the functions ppapi_main and
- PPAPIRender are used.</li>
- </ul>
- </p>
- <!-- The NaCl plugin will be embedded inside the element with id "listener".
- See common.js.-->
- <div id="listener"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698