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

Unified Diff: chrome/browser/apps/web_view_browsertest.cc

Issue 24278007: Fix <webview> with software compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | content/renderer/browser_plugin/browser_plugin_compositing_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/web_view_browsertest.cc
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
index c5d4fa3bd653ad15c5ad9a13fa0942e66ed51ce8..3aacc481ad27eb40f7896745831513985009f5c7 100644
--- a/chrome/browser/apps/web_view_browsertest.cc
+++ b/chrome/browser/apps/web_view_browsertest.cc
@@ -595,12 +595,6 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, AutoSizeSW) {
#endif
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeAfterNavigation) {
-#if defined(USE_AURA)
- // TODO(gab): Fix this test in software compositing mode:
- // http://crbug.com/295801.
- if (!content::GpuDataManager::GetInstance()->CanUseGpuBrowserCompositor())
- return;
-#endif
TestHelper("testAutosizeAfterNavigation",
"DoneShimTest.PASSED",
"DoneShimTest.FAILED",
@@ -608,24 +602,12 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeAfterNavigation) {
}
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeBeforeNavigation) {
-#if defined(USE_AURA)
- // TODO(gab): Fix this test in software compositing mode:
- // http://crbug.com/295801.
- if (!content::GpuDataManager::GetInstance()->CanUseGpuBrowserCompositor())
- return;
-#endif
TestHelper("testAutosizeBeforeNavigation",
"DoneShimTest.PASSED",
"DoneShimTest.FAILED",
"web_view/shim");
}
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeRemoveAttributes) {
-#if defined(USE_AURA)
- // TODO(gab): Fix this test in software compositing mode:
- // http://crbug.com/295801.
- if (!content::GpuDataManager::GetInstance()->CanUseGpuBrowserCompositor())
- return;
-#endif
TestHelper("testAutosizeRemoveAttributes",
"DoneShimTest.PASSED",
"DoneShimTest.FAILED",
@@ -642,12 +624,6 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeRemoveAttributes) {
#endif
IN_PROC_BROWSER_TEST_F(WebViewTest,
MAYBE_Shim_TestAutosizeWithPartialAttributes) {
-#if defined(USE_AURA)
- // TODO(gab): Fix this test in software compositing mode:
- // http://crbug.com/295801.
- if (!content::GpuDataManager::GetInstance()->CanUseGpuBrowserCompositor())
- return;
-#endif
TestHelper("testAutosizeWithPartialAttributes",
"DoneShimTest.PASSED",
"DoneShimTest.FAILED",
@@ -970,12 +946,6 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestNavigationToExternalProtocol) {
}
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestResizeWebviewResizesContent) {
-#if defined(USE_AURA)
- // TODO(gab): Fix this test in software compositing mode:
- // http://crbug.com/295801.
- if (!content::GpuDataManager::GetInstance()->CanUseGpuBrowserCompositor())
- return;
-#endif
TestHelper("testResizeWebviewResizesContent",
"DoneShimTest.PASSED",
"DoneShimTest.FAILED",
« no previous file with comments | « no previous file | content/renderer/browser_plugin/browser_plugin_compositing_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698