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

Unified Diff: content/renderer/gpu/stream_texture_host_android.h

Issue 2420083004: Delete SurfaceTexturePeer (Closed)
Patch Set: Fix missed references Created 3 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
Index: content/renderer/gpu/stream_texture_host_android.h
diff --git a/content/renderer/gpu/stream_texture_host_android.h b/content/renderer/gpu/stream_texture_host_android.h
index 80eb4631cc54f1c4c4b5c4f7c7c84e3786e44fea..51082d8f60667d6fb359df5c0cf3ce934046b46c 100644
--- a/content/renderer/gpu/stream_texture_host_android.h
+++ b/content/renderer/gpu/stream_texture_host_android.h
@@ -9,7 +9,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "gpu/ipc/common/android/surface_texture_peer.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_message.h"
@@ -49,7 +48,6 @@ class StreamTextureHost : public IPC::Listener {
bool OnMessageReceived(const IPC::Message& message) override;
void OnChannelError() override;
- void EstablishPeer(int player_id, int frame_id);
void SetStreamTextureSize(const gfx::Size& size);
void ForwardStreamTextureForSurfaceRequest(
const base::UnguessableToken& request_token);

Powered by Google App Engine
This is Rietveld 408576698