diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 00:47:11 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 00:47:11 +0000 |
commit | f3181317c218aceb35bd3324d5c796901b7b657f (patch) | |
tree | 8485bc6bdad8c34b23abed5d84c2c7b56ec63063 /chrome/views/non_client_view.h | |
parent | b2a4b9f96997dc3b929b5b9930325a030a8294e3 (diff) | |
download | chromium_src-f3181317c218aceb35bd3324d5c796901b7b657f.zip chromium_src-f3181317c218aceb35bd3324d5c796901b7b657f.tar.gz chromium_src-f3181317c218aceb35bd3324d5c796901b7b657f.tar.bz2 |
forgot these files
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r-- | chrome/views/non_client_view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index f30e956..9c83a67 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -52,8 +52,6 @@ class ClientView; // class NonClientView : public View { public: - virtual void Init(ClientView* client_view) = 0; - // Calculates the bounds of the client area of the window assuming the // window is sized to |width| and |height|. virtual gfx::Rect CalculateClientAreaBounds(int width, |