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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 17971002: Make RenderWidgetHostViewAura::CopyFromCompositingSurface readback layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tabcapture-aura: Move calls to RWHImpl Created 7 years, 6 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/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 4f4e71b36c001558ec058c7d087d39f7315267d2..7bf6292479864a22c1d37ecee7d5af3f4451301f 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -141,6 +141,7 @@ void AcceleratedSurfaceBuffersSwappedCompletedForRenderer(
if (interval != base::TimeDelta())
RenderWidgetHostImpl::From(rwh)->UpdateVSyncParameters(timebase, interval);
RenderWidgetHostImpl::From(rwh)->FrameSwapped(latency_info);
+ RenderWidgetHostImpl::From(rwh)->DidReceiveRendererFrame();
}
void AcceleratedSurfaceBuffersSwappedCompleted(
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698