Chromium Code Reviews| Index: views/view_win.cc |
| =================================================================== |
| --- views/view_win.cc (revision 26812) |
| +++ views/view_win.cc (working copy) |
| @@ -15,6 +15,11 @@ |
| namespace views { |
| +// static |
| +int View::GetDoubleClickTimeMS() { |
| + return ::GetDoubleClickTime(); |
| +} |
| + |
| ViewAccessibilityWrapper* View::GetViewAccessibilityWrapper() { |
| if (accessibility_.get() == NULL) { |
| accessibility_.reset(new ViewAccessibilityWrapper(this)); |