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

Unified Diff: content/browser/web_contents/web_contents_view_aura_browsertest.cc

Issue 1050713002: aura: Remove layerless windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layerless: rebase Created 5 years, 9 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 | « content/browser/web_contents/web_contents_view_aura.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_aura_browsertest.cc
diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
index 0b145e7874571959b220b50952d81ed647e8d0ca..a715b464000ec3c6c8d35bbc4400d6e75daf136f 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -762,7 +762,7 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
StartTestWithPage("files/overscroll_navigation.html"));
scoped_ptr<aura::Window> window(new aura::Window(NULL));
- window->Init(aura::WINDOW_LAYER_NOT_DRAWN);
+ window->Init(ui::LAYER_NOT_DRAWN);
WebContentsImpl* web_contents =
static_cast<WebContentsImpl*>(shell()->web_contents());
@@ -888,7 +888,7 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, WebContentsViewReparent) {
StartTestWithPage("files/overscroll_navigation.html"));
scoped_ptr<aura::Window> window(new aura::Window(NULL));
- window->Init(aura::WINDOW_LAYER_NOT_DRAWN);
+ window->Init(ui::LAYER_NOT_DRAWN);
RenderWidgetHostViewAura* rwhva =
static_cast<RenderWidgetHostViewAura*>(
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698