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

Unified Diff: gpu/ipc/service/stream_texture_android.cc

Issue 2449993005: Remove GLImage::Destroy(). (Closed)
Patch Set: One more Destroy() call on Mac. Created 4 years, 2 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 | « gpu/ipc/service/stream_texture_android.h ('k') | media/gpu/avda_codec_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/stream_texture_android.cc
diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_texture_android.cc
index 2aa9bc5633b76027b2122d4d13c54369001a493c..d1070051f3d8f391f3d7e4cd8d69fbea0bace6a0 100644
--- a/gpu/ipc/service/stream_texture_android.cc
+++ b/gpu/ipc/service/stream_texture_android.cc
@@ -102,10 +102,6 @@ void StreamTexture::OnWillDestroyStub() {
surface_texture_ = NULL;
}
-void StreamTexture::Destroy(bool have_context) {
- NOTREACHED();
-}
-
std::unique_ptr<ui::ScopedMakeCurrent> StreamTexture::MakeStubCurrent() {
std::unique_ptr<ui::ScopedMakeCurrent> scoped_make_current;
bool needs_make_current =
« no previous file with comments | « gpu/ipc/service/stream_texture_android.h ('k') | media/gpu/avda_codec_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698