summaryrefslogtreecommitdiffstats
path: root/views/window/non_client_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/non_client_view.h')
-rw-r--r--views/window/non_client_view.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h
index 0127d8b..395ec18 100644
--- a/views/window/non_client_view.h
+++ b/views/window/non_client_view.h
@@ -130,7 +130,7 @@ class NonClientFrameView : public View {
//
class NonClientView : public View {
public:
- explicit NonClientView(Window* frame);
+ NonClientView();
virtual ~NonClientView();
// Returns the current NonClientFrameView instance, or NULL if
@@ -213,9 +213,6 @@ class NonClientView : public View {
OVERRIDE;
private:
- // The frame that hosts this NonClientView.
- Window* frame_;
-
// A ClientView object or subclass, responsible for sizing the contents view
// of the window, hit testing and perhaps other tasks depending on the
// implementation.