| Index: cc/quads/stream_video_draw_quad.h
|
| diff --git a/cc/quads/stream_video_draw_quad.h b/cc/quads/stream_video_draw_quad.h
|
| index 8137edb2b4eac5e989cede3c17f8d3d78e9a5665..68f3bffd87c8723158977816ec52614e82058930 100644
|
| --- a/cc/quads/stream_video_draw_quad.h
|
| +++ b/cc/quads/stream_video_draw_quad.h
|
| @@ -17,6 +17,8 @@ namespace cc {
|
|
|
| class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
|
| public:
|
| + static const size_t kResourceIdIndex = 0;
|
| +
|
| StreamVideoDrawQuad();
|
|
|
| void SetNew(const SharedQuadState* shared_quad_state,
|
| @@ -52,8 +54,6 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
|
| }
|
|
|
| private:
|
| - static const size_t kResourceIdIndex = 0;
|
| -
|
| void ExtendValue(base::trace_event::TracedValue* value) const override;
|
| };
|
|
|
|
|