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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.cc

Issue 2457163003: [M55] Generalize layer mirroring for phantom windows (Closed)
Patch Set: Created 4 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: content/browser/renderer_host/render_widget_host_view_aura.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
index 852e71fb99f8c7bcbf6ca9e0e96fbc77f07a1d10..3992bb0f837734ab25480e516f69c8415ece362f 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
@@ -2417,7 +2417,6 @@ void RenderWidgetHostViewAura::CreateAuraWindow() {
aura::client::SetTooltipText(window_, &tooltip_);
aura::client::SetActivationDelegate(window_, this);
aura::client::SetFocusChangeObserver(window_, this);
- window_->set_layer_owner_delegate(delegated_frame_host_.get());
display::Screen::GetScreen()->AddObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698