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

Unified Diff: content/browser/renderer_host/delegated_frame_host.cc

Issue 2167713002: cc: Delete SurfaceDrawStatus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Scott's comments Created 4 years, 5 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/renderer_host/delegated_frame_host.cc
diff --git a/content/browser/renderer_host/delegated_frame_host.cc b/content/browser/renderer_host/delegated_frame_host.cc
index 3ea311ce025522466402e7eb7e7258f9aaf67485..f2801e57a6ea2555570455639197f81d23359c7f 100644
--- a/content/browser/renderer_host/delegated_frame_host.cc
+++ b/content/browser/renderer_host/delegated_frame_host.cc
@@ -539,8 +539,7 @@ void DelegatedFrameHost::SendReclaimCompositorResources(
}
}
-void DelegatedFrameHost::SurfaceDrawn(uint32_t output_surface_id,
- cc::SurfaceDrawStatus drawn) {
+void DelegatedFrameHost::SurfaceDrawn(uint32_t output_surface_id) {
SendReclaimCompositorResources(output_surface_id, true /* is_swap_ack */);
}
« no previous file with comments | « content/browser/renderer_host/delegated_frame_host.h ('k') | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698