| Index: cc/quads/texture_draw_quad.h
|
| diff --git a/cc/quads/texture_draw_quad.h b/cc/quads/texture_draw_quad.h
|
| index c9dd0df01ea94c6e91ee43f6f2b01f7ace3f1883..3e91eb5dca1bab9ece400cf7bc542d7ffa0ae3d7 100644
|
| --- a/cc/quads/texture_draw_quad.h
|
| +++ b/cc/quads/texture_draw_quad.h
|
| @@ -17,6 +17,8 @@ namespace cc {
|
|
|
| class CC_EXPORT TextureDrawQuad : public DrawQuad {
|
| public:
|
| + static const size_t kResourceIdIndex = 0;
|
| +
|
| TextureDrawQuad();
|
| TextureDrawQuad(const TextureDrawQuad& other);
|
|
|
| @@ -77,8 +79,6 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad {
|
| static const TextureDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - static const size_t kResourceIdIndex = 0;
|
| -
|
| void ExtendValue(base::trace_event::TracedValue* value) const override;
|
| };
|
|
|
|
|