| Index: services/ui/ws/server_window.cc
|
| diff --git a/services/ui/ws/server_window.cc b/services/ui/ws/server_window.cc
|
| index d2c781aa34f51411b81881f7983bdb20a916d25b..a0d949b4ac7a91f6dda3cc4065e50c1fc6add372 100644
|
| --- a/services/ui/ws/server_window.cc
|
| +++ b/services/ui/ws/server_window.cc
|
| @@ -187,6 +187,10 @@ void ServerWindow::ClearHitTestMask() {
|
| hit_test_mask_.reset();
|
| }
|
|
|
| +void ServerWindow::SetCanAcceptDrags(bool accepts_drags) {
|
| + accepts_drags_ = accepts_drags;
|
| +}
|
| +
|
| const ServerWindow* ServerWindow::GetRoot() const {
|
| return delegate_->GetRootWindow(this);
|
| }
|
|
|