| Index: ui/base/touch/touch_device_aurax11.cc
|
| diff --git a/ui/base/touch/touch_device_aurax11.cc b/ui/base/touch/touch_device_aurax11.cc
|
| index 770f0db513dd4770d8312293dbb99989bda682d0..52ecc75787e04ba02f3b3a9097deb4ec361cf395 100644
|
| --- a/ui/base/touch/touch_device_aurax11.cc
|
| +++ b/ui/base/touch/touch_device_aurax11.cc
|
| @@ -15,4 +15,24 @@ int MaxTouchPoints() {
|
| return ui::TouchFactory::GetInstance()->GetMaxTouchPoints();
|
| }
|
|
|
| +int GetAvailablePointerTypes() {
|
| + // TODO(mustaq): Replace the stub below
|
| + return POINTER_TYPE_NONE;
|
| +}
|
| +
|
| +PointerType GetPrimaryPointerType() {
|
| + // TODO(mustaq): Replace the stub below
|
| + return POINTER_TYPE_NONE;
|
| +}
|
| +
|
| +int GetAvailableHoverTypes() {
|
| + // TODO(mustaq): Replace the stub below
|
| + return HOVER_TYPE_NONE;
|
| +}
|
| +
|
| +HoverType GetPrimaryHoverType() {
|
| + // TODO(mustaq): Replace the stub below
|
| + return HOVER_TYPE_NONE;
|
| +}
|
| +
|
| } // namespace ui
|
|
|