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

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

Issue 10407022: Make Chrome limp briefly before freaking out with aura no ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « chrome/chrome_browser.gypi ('k') | ui/aura/desktop/desktop_stacking_client.h » ('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.cc
===================================================================
--- content/browser/web_contents/web_contents_view_aura.cc (revision 137506)
+++ content/browser/web_contents/web_contents_view_aura.cc (working copy)
@@ -223,9 +223,7 @@
window_->SetType(aura::client::WINDOW_TYPE_CONTROL);
window_->SetTransparent(false);
window_->Init(ui::LAYER_NOT_DRAWN);
-#if defined(USE_ASH)
window_->SetParent(NULL);
-#endif
window_->layer()->SetMasksToBounds(true);
window_->SetName("WebContentsViewAura");
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/aura/desktop/desktop_stacking_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698