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

Unified Diff: gpu/command_buffer/tests/texture_image_factory.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/command_buffer/service/texture_manager_unittest.cc ('k') | gpu/ipc/service/stream_texture_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/texture_image_factory.cc
diff --git a/gpu/command_buffer/tests/texture_image_factory.cc b/gpu/command_buffer/tests/texture_image_factory.cc
index ba1468f294deb54ff19d82a9e56a1bf3a145245e..a2c26234dbab4d4195ffbc259d1403c461c1a80e 100644
--- a/gpu/command_buffer/tests/texture_image_factory.cc
+++ b/gpu/command_buffer/tests/texture_image_factory.cc
@@ -14,7 +14,6 @@ class TextureImage : public gl::GLImage {
public:
explicit TextureImage(const gfx::Size& size) : size_(size) {}
- void Destroy(bool have_context) override {}
gfx::Size GetSize() override { return size_; }
unsigned GetInternalFormat() override { return GL_RGBA; }
bool BindTexImage(unsigned target) override {
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | gpu/ipc/service/stream_texture_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698