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

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

Issue 9581006: Revert 124562 - Add basic threaded compositor test to gpu_feature_browsertest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/gpu/gpu_feature_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_feature_browsertest.cc (revision 124620)
+++ chrome/test/gpu/gpu_feature_browsertest.cc (working copy)
@@ -323,24 +323,5 @@
RunTest(url, "\"SUCCESS\"", false);
}
-class ThreadedCompositorTest : public GpuFeatureTest {
- public:
- virtual void SetUpCommandLine(CommandLine* command_line) {
- GpuFeatureTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kEnableThreadedCompositing);
- }
-};
-
-#if defined(OS_CHROMEOS)
-// crbug.com/116438
-#define MAYBE_ThreadedCompositor DISABLED_ThreadedCompositor
-#else
-#define MAYBE_ThreadedCompositor ThreadedCompositor
-#endif
-IN_PROC_BROWSER_TEST_F(ThreadedCompositorTest, MAYBE_ThreadedCompositor) {
- const FilePath url(FILE_PATH_LITERAL("feature_compositing.html"));
- RunTest(url, EXPECT_GPU_SWAP_BUFFERS);
-}
-
} // namespace anonymous
« 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