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

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.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
« no previous file with comments | « chrome/test/gpu/gpu_crash_browsertest.cc ('k') | chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 384f0c4c9134bb9c4558855640467b9eefb47003..bc743a02d17485936297a33efe2cb03e8b8dd5eb 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -20,6 +20,7 @@
#include "content/public/browser/gpu_data_manager.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/gpu_info.h"
+#include "content/public/test/browser_test_utils.h"
#include "content/test/gpu/gpu_test_config.h"
#include "content/test/gpu/test_switches.h"
#include "net/base/net_util.h"
@@ -89,7 +90,7 @@ class GpuFeatureTest : public InProcessBrowserTest {
ASSERT_TRUE(file_util::PathExists(test_path))
<< "Missing test file: " << test_path.value();
- ui_test_utils::DOMMessageQueue message_queue;
+ content::DOMMessageQueue message_queue;
if (new_tab) {
ui_test_utils::NavigateToURLWithDisposition(
browser(), net::FilePathToFileURL(test_path),
« no previous file with comments | « chrome/test/gpu/gpu_crash_browsertest.cc ('k') | chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698