Index: ui/gl/gl_image_stub.h |
diff --git a/ui/gl/gl_image_stub.h b/ui/gl/gl_image_stub.h |
index d8365865404399e6205a77244ec84b2c3f879f5c..af04bf2af98e21c3890b42d36fe570d8967fcfe5 100644 |
--- a/ui/gl/gl_image_stub.h |
+++ b/ui/gl/gl_image_stub.h |
@@ -17,6 +17,7 @@ class GL_EXPORT GLImageStub : public GLImage { |
// Overridden from GLImage: |
void Destroy(bool have_context) override {} |
gfx::Size GetSize() override; |
+ unsigned GetFormat() override; |
bool BindTexImage(unsigned target) override; |
void ReleaseTexImage(unsigned target) override {} |
bool CopyTexImage(unsigned target) override; |