diff options
Diffstat (limited to 'views/window/dialog_client_view.cc')
-rw-r--r-- | views/window/dialog_client_view.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/window/dialog_client_view.cc b/views/window/dialog_client_view.cc index 730972e..cdf684c 100644 --- a/views/window/dialog_client_view.cc +++ b/views/window/dialog_client_view.cc @@ -297,6 +297,10 @@ int DialogClientView::NonClientHitTest(const gfx::Point& point) { return ClientView::NonClientHitTest(point); } +DialogClientView* DialogClientView::AsDialogClientView() { + return this; +} + //////////////////////////////////////////////////////////////////////////////// // DialogClientView, View overrides: |