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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 2147873003: cc: Dedup IPCs to return resources to client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 68fb6a44997e94f2d821458a3bd1daae81a876d5..b912ab604cdfe354b4197999f09599563ab91c95 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -418,12 +418,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
int renderer_host_id,
const cc::CompositorFrameAck& ack);
- // Called by the view to return resources to the compositor.
- static void SendReclaimCompositorResources(int32_t route_id,
- uint32_t output_surface_id,
- int renderer_host_id,
- const cc::CompositorFrameAck& ack);
-
void set_allow_privileged_mouse_lock(bool allow) {
allow_privileged_mouse_lock_ = allow;
}

Powered by Google App Engine
This is Rietveld 408576698