• tommi@chromium.org's avatar
    Revert 162381 - linux_aura: Fix tab dragging performance. · 7cf43268
    tommi@chromium.org authored
    ###
    Reason:
    chromeos-chrome-24.0.1300.0_alpha-r1: ui/base/x/x11_util.cc: In function 'int ui::CoalescePendingMotionEvents(const XEvent*, XEvent*)':
    chromeos-chrome-24.0.1300.0_alpha-r1: ui/base/x/x11_util.cc:1449:14: error: 'ui::ValuatorTracker' has not been declared
    chromeos-chrome-24.0.1300.0_alpha-r1: ui/base/x/x11_util.cc:1450:15: error: 'ui::ValuatorTracker' has not been declared
    chromeos-chrome-24.0.1300.0_alpha-r1: ui/base/x/x11_util.cc:1483:18: error: 'ui::ValuatorTracker' has not been declared
    chromeos-chrome-24.0.1300.0_alpha-r1: ui/base/x/x11_util.cc:1484:19: error: 'ui::ValuatorTracker' has not been declared
    chromeos-chrome-24.0.1300.0_alpha-r1: make: *** [c/Release/obj.target/ui/ui/base/x/x11_util.o] Error 1
    ###
    
    This shares the movement event coalescing from RootWindowHostLinux, which
    was disabled to make initial bringup easier.
    
    BUG=146077
    
    
    Review URL: https://chromiumcodereview.appspot.com/11192009
    
    TBR=erg@chromium.org
    Review URL: https://chromiumcodereview.appspot.com/11185026
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162391 0039d316-1c4b-4281-b951-d872f2087c98
    7cf43268
x11_util.cc 48.6 KB