| Index: cc/quads/tile_draw_quad.h
|
| diff --git a/cc/quads/tile_draw_quad.h b/cc/quads/tile_draw_quad.h
|
| index d13ac97e2d9c0048c9096062a026aa8f5caa691a..893126a6ffd964ed3aca6038379c74ffeb3bbfe4 100644
|
| --- a/cc/quads/tile_draw_quad.h
|
| +++ b/cc/quads/tile_draw_quad.h
|
| @@ -13,6 +13,8 @@ namespace cc {
|
|
|
| class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
|
| public:
|
| + static const size_t kResourceIdIndex = 0;
|
| +
|
| TileDrawQuad();
|
| ~TileDrawQuad() override;
|
|
|
| @@ -48,8 +50,6 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
|
| ResourceId resource_id() const { return resources.ids[kResourceIdIndex]; }
|
|
|
| private:
|
| - static const size_t kResourceIdIndex = 0;
|
| -
|
| void ExtendValue(base::trace_event::TracedValue* value) const override;
|
| };
|
|
|
|
|