| 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*>(
|
|
|