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

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

Issue 2129523003: Remove more GpuMemoryBufferId plumbing (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/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 025277712f85434e7f0590d9c556b4378e25fa28..5540e0be19f94261c9fb2806fe4d15c6339adc02 100644
--- a/content/browser/renderer_host/delegated_frame_host.cc
+++ b/content/browser/renderer_host/delegated_frame_host.cc
@@ -461,8 +461,6 @@ void DelegatedFrameHost::SwapDelegatedFrame(uint32_t output_surface_id,
surface_factory_->Destroy(surface_id_);
surface_id_ = id_allocator_->GenerateId();
surface_factory_->Create(surface_id_);
- surface_factory_->SetSurfaceGpuMemoryBufferClientId(
- surface_id_, client_->DelegatedFrameHostGetGpuMemoryBufferClientId());
// manager must outlive compositors using it.
client_->DelegatedFrameHostGetLayer()->SetShowSurface(
surface_id_, base::Bind(&SatisfyCallback, base::Unretained(manager)),
« no previous file with comments | « content/browser/renderer_host/delegated_frame_host.h ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698