Chromium Code Reviews| Index: trunk/src/ui/events/event_utils.cc |
| =================================================================== |
| --- trunk/src/ui/events/event_utils.cc (revision 244377) |
| +++ trunk/src/ui/events/event_utils.cc (working copy) |
| @@ -26,10 +26,6 @@ |
| } |
| bool ShouldDefaultToNaturalScroll() { |
| - return InternalDisplaySupportsTouch(); |
| -} |
| - |
| -bool InternalDisplaySupportsTouch() { |
| gfx::Screen* screen = gfx::Screen::GetScreenByType(gfx::SCREEN_TYPE_NATIVE); |
| if (!screen) |
| return false; |