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

Unified Diff: content/common/android/surface_texture_peer.h

Issue 12388038: Android: Remove Surface cruft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/common/android/surface_texture_bridge.cc ('k') | content/common/gpu/gpu_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/surface_texture_peer.h
diff --git a/content/common/android/surface_texture_peer.h b/content/common/android/surface_texture_peer.h
index 476012725f8da199284b6f2a2d2a66b7b6da2c1b..921ff4c85700c9376d39d43b91c3be6dd38810c2 100644
--- a/content/common/android/surface_texture_peer.h
+++ b/content/common/android/surface_texture_peer.h
@@ -12,13 +12,6 @@ namespace content {
class SurfaceTexturePeer {
public:
- enum SurfaceTextureTarget {
- // These are used in java so don't change them unless we can
- // share an enum from java and remove this enum.
- SET_GPU_SURFACE_TEXTURE = 0, // Contains gpu surface_texture_ and id
- SET_VIDEO_SURFACE_TEXTURE = 1, // contains video surface_texture_ and id
- };
-
static SurfaceTexturePeer* GetInstance();
static void InitInstance(SurfaceTexturePeer* instance);
@@ -27,7 +20,6 @@ class SurfaceTexturePeer {
// process.
virtual void EstablishSurfaceTexturePeer(
base::ProcessHandle pid,
- SurfaceTextureTarget type,
scoped_refptr<SurfaceTextureBridge> surface_texture_bridge,
int primary_id,
int secondary_id) = 0;
« no previous file with comments | « content/common/android/surface_texture_bridge.cc ('k') | content/common/gpu/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698