Index: cc/texture.h |
diff --git a/cc/texture.h b/cc/texture.h |
index 3f9bbe00238c4cf07ac1531e22ceaf68fdb3e7d8..63e843b3712c263b41bfeb9eaadcbc264d0f0d27 100644 |
--- a/cc/texture.h |
+++ b/cc/texture.h |
@@ -28,6 +28,7 @@ public: |
size_t bytes() const; |
+ static size_t bytesPerPixel(GLenum format); |
static size_t memorySizeBytes(const IntSize&, GLenum format); |
private: |