Chromium Code Reviews| Index: content/public/browser/web_contents_view.h |
| diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h |
| index 019e40164e95b909039f065d75ee3c2f50633b67..ff58fb3be8584a2614b2391182b4c185490bf57e 100644 |
| --- a/content/public/browser/web_contents_view.h |
| +++ b/content/public/browser/web_contents_view.h |
| @@ -117,6 +117,10 @@ class CONTENT_EXPORT WebContentsView { |
| // Get the bounds of the View, relative to the parent. |
| virtual gfx::Rect GetViewBounds() const = 0; |
| + |
| +#if defined(OS_MACOSX) |
| + virtual void SetMouseDownCanMoveWindow(bool can_move) = 0; |
|
jam
2012/07/25 01:27:15
the event tracking functions right above are only
jeremya
2012/07/25 03:15:59
Hm, it seems misleading to have a method exist on
|
| +#endif |
| }; |
| } // namespace content |