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

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

Issue 1867873002: Move unittests in content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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 | « build/gn_migration.gypi ('k') | content/browser/android/browser_surface_texture_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 639ce28b0e5721ceb22286d7ab155602ff53f13e..4529c9ce8c7dce59eb7b83ceacc9ad7bf2142238 100644
--- a/content/browser/android/browser_surface_texture_manager.h
+++ b/content/browser/android/browser_surface_texture_manager.h
@@ -5,18 +5,15 @@
#ifndef CONTENT_BROWSER_ANDROID_BROWSER_SURFACE_TEXTURE_MANAGER_H_
#define CONTENT_BROWSER_ANDROID_BROWSER_SURFACE_TEXTURE_MANAGER_H_
-#include "gpu/ipc/common/android/surface_texture_manager.h"
-
#include "base/macros.h"
#include "base/memory/singleton.h"
#include "content/common/content_export.h"
-#include "gpu/ipc/common/android/surface_texture_peer.h"
+#include "gpu/ipc/common/android/surface_texture_manager.h"
namespace content {
class CONTENT_EXPORT BrowserSurfaceTextureManager
- : public gpu::SurfaceTextureManager,
- public gpu::SurfaceTexturePeer {
+ : public gpu::SurfaceTextureManager {
public:
static BrowserSurfaceTextureManager* GetInstance();
@@ -28,13 +25,6 @@ class CONTENT_EXPORT BrowserSurfaceTextureManager
gfx::AcceleratedWidget AcquireNativeWidgetForSurfaceTexture(
int surface_texture_id) override;
- // Overridden from SurfaceTexturePeer:
- void EstablishSurfaceTexturePeer(
- base::ProcessHandle render_process_handle,
- scoped_refptr<gfx::SurfaceTexture> surface_texture,
- int render_frame_id,
- int player_id) override;
-
private:
friend struct base::DefaultSingletonTraits<BrowserSurfaceTextureManager>;
« no previous file with comments | « build/gn_migration.gypi ('k') | content/browser/android/browser_surface_texture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698