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

Unified Diff: content/public/browser/render_widget_host_view_frame_subscriber.h

Issue 1412173003: cast: support cursor rendering for tab capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed left over logs Created 5 years, 2 months 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/public/browser/render_widget_host_view_frame_subscriber.h
diff --git a/content/public/browser/render_widget_host_view_frame_subscriber.h b/content/public/browser/render_widget_host_view_frame_subscriber.h
index 653316606d2ae429bd5c380c39904647b131de8d..ad78c8893083711d07cd3cba7f3c8f0ddad07dbf 100644
--- a/content/public/browser/render_widget_host_view_frame_subscriber.h
+++ b/content/public/browser/render_widget_host_view_frame_subscriber.h
@@ -41,6 +41,7 @@ class RenderWidgetHostViewFrameSubscriber {
// invalid. There was an error during the process of frame capture or the
// platform layer is shutting down. |timestamp| is also invalid in this case.
typedef base::Callback<void(base::TimeTicks /* timestamp */,
+ gfx::Rect /* region_in_frame */,
miu 2015/10/20 02:12:44 Need to document this in the comments. Something
Irfan 2015/10/21 23:01:08 Done.
bool /* frame_captured */)> DeliverFrameCallback;
// Called when a new frame is going to be presented at time

Powered by Google App Engine
This is Rietveld 408576698