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

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

Issue 2268173002: Add StreamTexture resgistration for the Browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/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 9e3ac010f7383befef7876d671824e900ec1b50d..f7216ebe57eda15111da4b5e36f6f51662cde207 100644
--- a/content/browser/android/browser_surface_texture_manager.h
+++ b/content/browser/android/browser_surface_texture_manager.h
@@ -24,6 +24,12 @@ class CONTENT_EXPORT BrowserSurfaceTextureManager
void UnregisterSurfaceTexture(int surface_texture_id, int client_id) override;
gfx::AcceleratedWidget AcquireNativeWidgetForSurfaceTexture(
int surface_texture_id) override;
+ void RegisterBrowserSurfaceTexture(
+ int surface_texture_id,
+ gl::SurfaceTexture* stream_texture_surface) override;
+ void UnregisterBrowserSurfaceTexture(int surface_texture_id) override;
+ gl::ScopedJavaSurface GetBrowserSurfaceTexture(
+ int surface_texture_id) override;
private:
friend struct base::DefaultSingletonTraits<BrowserSurfaceTextureManager>;
« no previous file with comments | « content/app/android/child_process_service_impl.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