| Index: components/exo/pointer.h
|
| diff --git a/components/exo/pointer.h b/components/exo/pointer.h
|
| index ffc7099c9c01cad6822112e3de4e86cd27219388..157498a4d41c19c38b38b2c9f3c90368cb92a56e 100644
|
| --- a/components/exo/pointer.h
|
| +++ b/components/exo/pointer.h
|
| @@ -46,6 +46,7 @@ class Pointer : public ui::EventHandler,
|
| // pointer location, in surface local coordinates.
|
| void SetCursor(Surface* surface, const gfx::Point& hotspot);
|
|
|
| + bool HasStylusDelegate() const;
|
| // Set delegate for stylus events.
|
| void SetStylusDelegate(PointerStylusDelegate* delegate);
|
|
|
|
|