~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/touch-v35

  • Committer: Chad MILLER
  • Date: 2015-05-20 17:31:59 UTC
  • Revision ID: chad.miller@canonical.com-20150520173159-nedrz72jtvjx1dhe
typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
           // Only care direct touch device (such as touch screen) right now
11
11
-          if (tci->mode == XIDirectTouch)
12
12
+          if (tci->mode == XIDirectTouch) {
13
 
+            touch_device_lookup_[devinfo->deviceid] = true;
14
 
+            touch_device_list_[devinfo->deviceid] = true;
 
13
+            touch_device_lookup_[devinfo.deviceid] = true;
 
14
+            touch_device_list_[devinfo.deviceid] = true;
15
15
             CacheTouchscreenIds(devinfo.deviceid);
16
16
+         }
17
17
         }