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

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 8900001: Add searching features to new TraceEventVector class for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: phadran feedback Created 9 years 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/test/gpu/gpu_feature_browsertest.cc
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
index 574fc19c8913b9ecf475aceced82d428c00ee25b..81e7d7eac2cd1f0f88e92f0f65097e1c1d1c287a 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -80,7 +80,7 @@ class GpuFeatureTest : public InProcessBrowserTest {
scoped_ptr<TraceAnalyzer> analyzer(TraceAnalyzer::Create(json_events));
analyzer->AssociateBeginEndEvents();
- TraceAnalyzer::TraceEventVector events;
+ TraceEventVector events;
size_t num_gpu_processes = (expectations & EXPECT_GPU_PROCESS) ? 1 : 0;
analyzer->FindEvents(Query::MatchBeginName("OnGraphicsInfoCollected"),
« base/test/trace_event_analyzer_unittest.cc ('K') | « base/test/trace_event_analyzer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698