Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: ui/events/devices/touchscreen_device.h

Issue 2825383003: Fix stylus tools palette. (Closed)
Patch Set: Fix nits. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/devices/input_device.cc ('k') | ui/events/devices/touchscreen_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/touchscreen_device.h
diff --git a/ui/events/devices/touchscreen_device.h b/ui/events/devices/touchscreen_device.h
index 2aa22a6a079e2fa98ddc2a5843b572d52267b5c6..ee024a0f860f35f0d3cd2fb53a96a6689e0d6be2 100644
--- a/ui/events/devices/touchscreen_device.h
+++ b/ui/events/devices/touchscreen_device.h
@@ -28,6 +28,8 @@ struct EVENTS_DEVICES_EXPORT TouchscreenDevice : public InputDevice {
const gfx::Size& size,
int touch_points);
+ ~TouchscreenDevice() override;
+
gfx::Size size; // Size of the touch screen area.
int touch_points; // The number of touch points this device supports (0 if
// unknown).
« no previous file with comments | « ui/events/devices/input_device.cc ('k') | ui/events/devices/touchscreen_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698