OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="class_ref.html"> | |
3 | 2 |
4 <polymer-element name="heap-map"> | 3 <polymer-element name="heap-map"> |
5 <template> | 4 <template> |
6 <link rel="stylesheet" href="css/shared.css"> | 5 <link rel="stylesheet" href="css/shared.css"> |
7 <style> | 6 <style> |
8 .hover { | 7 .hover { |
9 position: fixed; | 8 position: fixed; |
10 z-index: 999; | 9 z-index: 999; |
11 height: 16px; | 10 height: 16px; |
12 width: 100%; | 11 width: 100%; |
(...skipping 23 matching lines...) Expand all Loading... |
36 <!-- Make sure no data is covered by hover bar initially --> | 35 <!-- Make sure no data is covered by hover bar initially --> |
37 </div> | 36 </div> |
38 <div class="flex-row"> | 37 <div class="flex-row"> |
39 <canvas id="fragmentation" width="1px" height="1px"></canvas> | 38 <canvas id="fragmentation" width="1px" height="1px"></canvas> |
40 </div> | 39 </div> |
41 <view-footer></view-footer> | 40 <view-footer></view-footer> |
42 </template> | 41 </template> |
43 </polymer-element> | 42 </polymer-element> |
44 | 43 |
45 <script type="application/dart" src="heap_map.dart"></script> | 44 <script type="application/dart" src="heap_map.dart"></script> |
OLD | NEW |