| Index: ppapi/examples/extensions/extensions.html
|
| diff --git a/ppapi/examples/2d/2d.html b/ppapi/examples/extensions/extensions.html
|
| similarity index 54%
|
| copy from ppapi/examples/2d/2d.html
|
| copy to ppapi/examples/extensions/extensions.html
|
| index 40b65bab437a5da0f791e27d674a399389bdf96f..07bedb75ef390d4bc5c6bdeb85c4825e446f9bca 100644
|
| --- a/ppapi/examples/2d/2d.html
|
| +++ b/ppapi/examples/extensions/extensions.html
|
| @@ -1,17 +1,16 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <!--
|
| - Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| + Copyright (c) 2013 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>2D Example</title>
|
| </head>
|
|
|
| <body>
|
|
|
| -<embed id="plugin" type="application/x-ppapi-example-2d">
|
| +<embed id="plugin" type="application/x-ppapi-example-extensions">
|
|
|
| </body>
|
| </html>
|
|
|