Index: trunk/src/chrome/browser/chromeos/login/login_display_host_impl.cc |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/login/login_display_host_impl.cc (revision 231778) |
+++ trunk/src/chrome/browser/chromeos/login/login_display_host_impl.cc (working copy) |
@@ -66,6 +66,7 @@ |
#include "ui/compositor/layer.h" |
#include "ui/compositor/layer_animation_observer.h" |
#include "ui/compositor/scoped_layer_animation_settings.h" |
+#include "ui/events/event_utils.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/transform.h" |
#include "ui/views/focus/focus_manager.h" |
@@ -920,6 +921,9 @@ |
prefs->GetBoolean(prefs::kOwnerTapToClickEnabled)); |
} |
+ ui::SetNaturalScroll(CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kNaturalScrollDefault)); |
+ |
gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(gfx::Size())); |
// Check whether we need to execute OOBE process. |