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

Unified Diff: chrome/browser/resources/gpu_internals/timeline_test.html

Issue 6712048: Implement easy GPU feature status summary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor tweak. Created 9 years, 8 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: chrome/browser/resources/gpu_internals/timeline_test.html
diff --git a/chrome/browser/resources/gpu_internals/timeline_test.html b/chrome/browser/resources/gpu_internals/timeline_test.html
index 17dcb3b136396fae7a1c9dcf9ccd4e7355599fa7..568e437afdf87f2140b9cea2a59b92318a683951 100644
--- a/chrome/browser/resources/gpu_internals/timeline_test.html
+++ b/chrome/browser/resources/gpu_internals/timeline_test.html
@@ -13,7 +13,7 @@ found in the LICENSE file.
<script src="../shared/js/cr/event_target.js"></script>
<script src="../shared/js/cr/ui.js"></script>
<script src="fast_rect_renderer.js"></script>
-<script src="simulated_trace_data.js"></script>
+<script src="tracing_controller_tests.js"></script>
<script src="sorted_array_utils.js"></script>
<script src="timeline.js"></script>
<script src="timeline_track.js"></script>
@@ -35,7 +35,7 @@ var timeline;
function testTimeline() {
model = new gpu.TimelineModel();
- model.importEvents(getTimelineTestData2());
+ model.importEvents(tracingControllerDataSet);
timeline = new gpu.Timeline();
timeline.model = model;
sandbox.appendChild(timeline);

Powered by Google App Engine
This is Rietveld 408576698