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

Unified Diff: trunk/src/ui/views/controls/native/native_view_host_aura.h

Issue 403853002: Revert 284177 "Make NativeViewHostAura clipping window non-focus..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « no previous file | trunk/src/ui/views/controls/native/native_view_host_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/controls/native/native_view_host_aura.h
===================================================================
--- trunk/src/ui/views/controls/native/native_view_host_aura.h (revision 284194)
+++ trunk/src/ui/views/controls/native/native_view_host_aura.h (working copy)
@@ -40,8 +40,6 @@
private:
friend class NativeViewHostAuraTest;
- class ClippingWindowDelegate;
-
// Overridden from aura::WindowObserver:
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
@@ -56,8 +54,6 @@
// Our associated NativeViewHost.
NativeViewHost* host_;
- scoped_ptr<ClippingWindowDelegate> clipping_window_delegate_;
-
// Window that exists between the native view and the parent that allows for
// clipping to occur. This is positioned in the coordinate space of
// host_->GetWidget().
« no previous file with comments | « no previous file | trunk/src/ui/views/controls/native/native_view_host_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698