| Index: content/browser/media/capture/cursor_renderer.h
|
| diff --git a/content/browser/media/capture/cursor_renderer.h b/content/browser/media/capture/cursor_renderer.h
|
| index 7416413f421d69c36ab47a21eb4b143976b75489..ad01f76ca2ee71b3be7307190934c65ae7fab8bb 100644
|
| --- a/content/browser/media/capture/cursor_renderer.h
|
| +++ b/content/browser/media/capture/cursor_renderer.h
|
| @@ -37,6 +37,9 @@ class CONTENT_EXPORT CursorRenderer {
|
| virtual void RenderOnVideoFrame(
|
| const scoped_refptr<media::VideoFrame>& target) const = 0;
|
|
|
| + // Returns true if UI event was detected.
|
| + virtual bool ui_event_detected() const = 0;
|
| +
|
| // Returns a weak pointer.
|
| virtual base::WeakPtr<CursorRenderer> GetWeakPtr() = 0;
|
|
|
|
|