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

Unified Diff: ui/aura/toplevel_window_event_filter_unittest.cc

Issue 8417008: aura: Add fullscreen/popups to RenderWidgetHostViewAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use aura::WindowType Created 9 years, 2 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
Index: ui/aura/toplevel_window_event_filter_unittest.cc
diff --git a/ui/aura/toplevel_window_event_filter_unittest.cc b/ui/aura/toplevel_window_event_filter_unittest.cc
index 18908da82871a4c93c7ccc5ee1eda448154fa6de..592e91448846546318b35082581f132618f4deb6 100644
--- a/ui/aura/toplevel_window_event_filter_unittest.cc
+++ b/ui/aura/toplevel_window_event_filter_unittest.cc
@@ -60,7 +60,7 @@ class ToplevelWindowEventFilterTest : public AuraTestBase {
HitTestWindowDelegate* d1 = new HitTestWindowDelegate(hittest_code);
Window* w1 = new Window(d1);
w1->set_id(1);
- w1->Init(ui::Layer::LAYER_HAS_TEXTURE);
+ w1->Init(ui::Layer::LAYER_HAS_TEXTURE, Window::LAYER_INITIALLY_INVISIBLE);
w1->SetParent(NULL);
w1->SetBounds(gfx::Rect(0, 0, 100, 100));
w1->Show();
« no previous file with comments | « ui/aura/test/test_desktop_delegate.cc ('k') | ui/aura/window.h » ('j') | ui/aura/window_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698