| Index: ui/views/controls/native/native_view_host_aura.h
|
| diff --git a/ui/views/controls/native/native_view_host_aura.h b/ui/views/controls/native/native_view_host_aura.h
|
| index 3d32374d0350a7a99deafc702af01aac90665734..3086771c56419aee7849e36bd616ce5707bff8bf 100644
|
| --- a/ui/views/controls/native/native_view_host_aura.h
|
| +++ b/ui/views/controls/native/native_view_host_aura.h
|
| @@ -40,6 +40,8 @@ class VIEWS_EXPORT NativeViewHostAura : public NativeViewHostWrapper,
|
| private:
|
| friend class NativeViewHostAuraTest;
|
|
|
| + class ClippingWindowDelegate;
|
| +
|
| // Overridden from aura::WindowObserver:
|
| virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
|
|
| @@ -54,6 +56,8 @@ class VIEWS_EXPORT NativeViewHostAura : public NativeViewHostWrapper,
|
| // 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().
|
|
|