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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.mm

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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_mac.mm
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
index 6be3c4252eab9f9a0f1de0c8d8f10df5ad09afe5..3988f1fa6ef9c923322d845418415ff959301997 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.mm
+++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
@@ -405,11 +405,6 @@ float FlipYFromRectToScreen(float y, float rect_height) {
////////////////////////////////////////////////////////////////////////////////
// DelegatedFrameHost, public:
-int RenderWidgetHostViewMac::DelegatedFrameHostGetGpuMemoryBufferClientId()
- const {
- return render_widget_host_->GetProcess()->GetID();
-}
-
ui::Layer* RenderWidgetHostViewMac::DelegatedFrameHostGetLayer() const {
return browser_compositor_->GetRootLayer();
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698