Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / src / cc / debug_colors.js
index 9439071..50e25b1 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 
-base.exportTo('cc', function() {
+tvcm.exportTo('cc', function() {
   var tileTypes = {
     highRes: 'highRes',
     lowRes: 'lowRes',
@@ -72,4 +72,3 @@ base.exportTo('cc', function() {
     tileBorder: tileBorder
   };
 });
-