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

Unified Diff: chrome/test/perf/rendering/latency_tests.cc

Issue 10805074: fix latency test typo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/rendering/latency_tests.cc
diff --git a/chrome/test/perf/rendering/latency_tests.cc b/chrome/test/perf/rendering/latency_tests.cc
index 77d75f06887e26e470df04d877964dd31cce2c24..8b61a6666824cb848578c5e1ef8ae023bbab660b 100644
--- a/chrome/test/perf/rendering/latency_tests.cc
+++ b/chrome/test/perf/rendering/latency_tests.cc
@@ -272,7 +272,7 @@ void LatencyTest::RunTest(LatencyTestMode mode,
// Construct queries for searching trace events via TraceAnalyzer.
if (mode_ == kWebGL) {
query_begin_swaps_ = query_instant_ &&
- Query::EventName() == Query::String("SwapBuffersLantency") &&
+ Query::EventName() == Query::String("SwapBuffersLatency") &&
Query::EventArg("width") != Query::Int(kWebGLCanvasWidth);
query_end_swaps_ = query_instant_ &&
Query::EventName() == Query::String("CompositorSwapBuffersComplete");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698