commit | 1443fe8b3a6415652f0027a7f9ff333982c22d07 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Apr 02 08:48:03 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Apr 02 08:48:03 2012 |
tree | 8d7fb00a045553d98c30633b49a8204641e8bf86 | |
parent | 97f0c438c5c07b22216ac610895e2fa205238b24 [diff] [blame] |
Add SetDraggableRegion() to BaseWindow and ShellWindowViews. BUG=none TEST=none [email protected],[email protected] Review URL: http://codereview.chromium.org/9791055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130107 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index 8b61058..34c0b4da 100644 --- a/chrome/browser/ui/browser_window.h +++ b/chrome/browser/ui/browser_window.h
@@ -73,6 +73,9 @@ // Browser::OnWindowDidShow should be called after showing the window. // virtual void Show() = 0; + // No BrowserWindow supports this BaseWindow function. + virtual void SetDraggableRegion(SkRegion* region) OVERRIDE {} + ////////////////////////////////////////////////////////////////////////////// // Browser specific methods: