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

Unified Diff: chrome/browser/resources/tracing/overlay_test.html

Issue 7497049: Quick-fixes to about:tracing following move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More minor tweaks Created 9 years, 4 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
« no previous file with comments | « chrome/browser/resources/tracing.html ('k') | chrome/browser/resources/tracing/timeline.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing/overlay_test.html
diff --git a/chrome/browser/resources/tracing/overlay_test.html b/chrome/browser/resources/tracing/overlay_test.html
index c06572ce9d8bb54d69a1172ebde5d484bddd8ef8..7dc7c79c1ecf66c60b55306e7c279fa25c4f382c 100644
--- a/chrome/browser/resources/tracing/overlay_test.html
+++ b/chrome/browser/resources/tracing/overlay_test.html
@@ -27,7 +27,7 @@ var sandbox = document.getElementById('sandbox');
var overlay;
function testShowHideUnparented() {
- overlay = new gpu.Overlay();
+ overlay = new tracing.Overlay();
overlay.innerHTML =
'<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>';
overlay.visible = true;
@@ -38,7 +38,7 @@ function testShowHideUnparented() {
}
function testShowHideParented() {
- overlay = new gpu.Overlay();
+ overlay = new tracing.Overlay();
overlay.innerHTML =
'<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>';
document.body.appendChild(overlay);
« no previous file with comments | « chrome/browser/resources/tracing.html ('k') | chrome/browser/resources/tracing/timeline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698