diff options
Diffstat (limited to 'chrome/test/gpu')
-rw-r--r-- | chrome/test/gpu/gpu_feature_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc index 3ce86e9..64de7c8 100644 --- a/chrome/test/gpu/gpu_feature_browsertest.cc +++ b/chrome/test/gpu/gpu_feature_browsertest.cc @@ -371,7 +371,7 @@ class ThreadedCompositorTest : public GpuFeatureTest { } }; -IN_PROC_BROWSER_TEST_F(ThreadedCompositorTest, DISABLED_ThreadedCompositor) { +IN_PROC_BROWSER_TEST_F(ThreadedCompositorTest, ThreadedCompositor) { const FilePath url(FILE_PATH_LITERAL("feature_compositing.html")); RunTest(url, EXPECT_GPU_SWAP_BUFFERS); } |