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

Unified Diff: ui/aura/root_window.cc

Issue 9289036: aura: Add Layer::LAYER_SOLID_COLOR to compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update WorkspaceManagerTest Created 8 years, 11 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 | « ui/aura/event_filter_unittest.cc ('k') | ui/aura/test/test_windows.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index b7e5f5eeb049574f364b0fbcc06a6f2a000bf1a9..19a2d0ebb6626bf6eae60ff692322066dc65a5b6 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -653,7 +653,7 @@ bool RootWindow::IsFocusedWindow(const Window* window) const {
}
void RootWindow::Init() {
- Window::Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
+ Window::Init(ui::Layer::LAYER_NOT_DRAWN);
SetBounds(gfx::Rect(host_->GetSize()));
Show();
compositor()->SetRootLayer(layer());
« no previous file with comments | « ui/aura/event_filter_unittest.cc ('k') | ui/aura/test/test_windows.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698