Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / examples / skia_debugger.html
index bca9d33..98ff2f7 100644 (file)
@@ -8,7 +8,10 @@ found in the LICENSE file.
 <head>
 <title>Skia Debugger</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script src="/tvcm/__init__.js"></script>
+<script src="/platform.min.js"></script>
+<script src="/polymer.min.js"></script>
+<link rel="import" href="/cc/picture.html">
+<link rel="import" href="/cc/picture_debugger.html">
 <script src="string_convert.js"></script>
 <style>
   picture-ops-list-view {
@@ -23,11 +26,6 @@ found in the LICENSE file.
   </div>
 
   <div class="view"></div>
-
-  <script>
-  tvcm.require('cc.picture');
-  tvcm.require('cc.picture_debugger');
-  </script>
   <script>
   'use strict';