| Index: components/exo/pointer.h
|
| diff --git a/components/exo/pointer.h b/components/exo/pointer.h
|
| index 8cfdbab86362c4f218a007b544b7e30dc5ce651b..70578bc764db49d0766a9bf0d5eb06e01ee1ac5b 100644
|
| --- a/components/exo/pointer.h
|
| +++ b/components/exo/pointer.h
|
| @@ -47,6 +47,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);
|
|
|
|
|