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

Unified Diff: content/browser/android/browser_surface_texture_manager.h

Issue 685983005: gpu: Associate all GpuMemoryBuffers with unique IDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more ozone build fix Created 6 years, 1 month 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/android/browser_surface_texture_manager.h
diff --git a/content/browser/android/browser_surface_texture_manager.h b/content/browser/android/browser_surface_texture_manager.h
index 0429bb36f3071d9e30b518980803674a616abe87..7776d30ee7f4cc2b0a5dc80e80dd4cf79efe4851 100644
--- a/content/browser/android/browser_surface_texture_manager.h
+++ b/content/browser/android/browser_surface_texture_manager.h
@@ -24,8 +24,8 @@ class BrowserSurfaceTextureManager : public SurfaceTextureManager,
gfx::SurfaceTexture* surface_texture) override;
virtual void UnregisterSurfaceTexture(int surface_texture_id,
int client_id) override;
- virtual gfx::AcceleratedWidget AcquireNativeWidget(int surface_texture_id,
- int client_id) override;
+ virtual gfx::AcceleratedWidget AcquireNativeWidgetForSurfaceTexture(
+ int surface_texture_id) override;
// Overridden from SurfaceTexturePeer:
virtual void EstablishSurfaceTexturePeer(
« no previous file with comments | « content/app/android/child_process_service.cc ('k') | content/browser/android/browser_surface_texture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698