Index: views/window/dialog_client_view.cc |
diff --git a/views/window/dialog_client_view.cc b/views/window/dialog_client_view.cc |
index 730972e20a5e9bbd94c6394405cea1020e9234f6..cdf684cb535a1a505248eb75f5e243df929592b0 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: |