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

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

Issue 10916334: Enable webgl conformance tests under content/test/gpu in content_browsertests (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: namespace fixup Created 8 years, 3 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/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 1dacbf031a7c2c210384d9dfbf54c8666eea96f7..f84d178c4b9bea578d99bbe139f34197f70d1aae 100644
--- a/chrome/test/perf/rendering/latency_tests.cc
+++ b/chrome/test/perf/rendering/latency_tests.cc
@@ -25,6 +25,7 @@
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_switches.h"
+#include "content/public/test/browser_test_utils.h"
#include "content/test/gpu/gpu_test_config.h"
#include "net/base/net_util.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -432,7 +433,7 @@ void LatencyTest::RunTestInternal(const std::string& test_url,
}
// Wait for message indicating the test has finished running.
- ui_test_utils::DOMMessageQueue message_queue;
+ content::DOMMessageQueue message_queue;
ASSERT_TRUE(message_queue.WaitForMessage(NULL));
timer_.Stop();
« no previous file with comments | « chrome/test/gpu/webgl_conformance_tests.cc ('k') | content/browser/gpu/generate_webgl_conformance_test_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698