| Index: ui/events/win/events_win.cc
|
| diff --git a/ui/events/win/events_win.cc b/ui/events/win/events_win.cc
|
| index 98f4775826eb1bfc57d9b56e0cecfdf58248cc6b..6960f46e79af6521afb93e2dab2d1c735cb80005 100644
|
| --- a/ui/events/win/events_win.cc
|
| +++ b/ui/events/win/events_win.cc
|
| @@ -303,10 +303,6 @@ base::NativeEvent CopyNativeEvent(const base::NativeEvent& event) {
|
| void ReleaseCopiedNativeEvent(const base::NativeEvent& event) {
|
| }
|
|
|
| -void IncrementTouchIdRefCount(const base::NativeEvent& event) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void ClearTouchIdIfReleased(const base::NativeEvent& xev) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|