| Index: ui/events/win/events_win.cc
|
| diff --git a/ui/events/win/events_win.cc b/ui/events/win/events_win.cc
|
| index ae9d40302dd4618b59f90ab70c3b3784c4ee0c43..5f58893713aa062cd7124f9ce07e465a03199c3f 100644
|
| --- a/ui/events/win/events_win.cc
|
| +++ b/ui/events/win/events_win.cc
|
| @@ -327,6 +327,11 @@ float GetTouchAngle(const base::NativeEvent& native_event) {
|
| return 0.0;
|
| }
|
|
|
| +float GetTouchTilt(const base::NativeEvent& native_event) {
|
| + NOTIMPLEMENTED();
|
| + return 0.0;
|
| +}
|
| +
|
| float GetTouchForce(const base::NativeEvent& native_event) {
|
| NOTIMPLEMENTED();
|
| return 0.0;
|
|
|