Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1026)

Unified Diff: content/browser/media/capture/cursor_renderer.h

Issue 1484403002: cast: Support for low-latency interactive mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698