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

Unified Diff: gpu/command_buffer/tests/texture_image_factory.h

Issue 2999923002: Revert of Allow creating GLImage-backed textures with glTexStorage2D. (Closed)
Patch Set: rebase Created 3 years, 4 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: gpu/command_buffer/tests/texture_image_factory.h
diff --git a/gpu/command_buffer/tests/texture_image_factory.h b/gpu/command_buffer/tests/texture_image_factory.h
index 8837b861c5986be00c92281ddbf668d33af204ea..48838d3c7f219904586c546a9810ba4502bcfe6f 100644
--- a/gpu/command_buffer/tests/texture_image_factory.h
+++ b/gpu/command_buffer/tests/texture_image_factory.h
@@ -20,7 +20,6 @@ class TextureImageFactory : public gpu::ImageFactory {
scoped_refptr<gl::GLImage> CreateAnonymousImage(
const gfx::Size& size,
gfx::BufferFormat format,
- gfx::BufferUsage usage,
unsigned internalformat) override;
unsigned RequiredTextureType() override;
bool SupportsFormatRGB() override;
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_storage_unittest.cc ('k') | gpu/command_buffer/tests/texture_image_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698