Chromium Code Reviews| 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 bfbcdf47e69a5cc8e630427043a06b26ca3cc49d..e6a46b4485171b57d7232d1af4b54937f3e3ea66 100644 |
| --- a/cc/quads/stream_video_draw_quad.h |
| +++ b/cc/quads/stream_video_draw_quad.h |
| @@ -37,10 +37,11 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad { |
| OVERRIDE; |
| static const StreamVideoDrawQuad* MaterialCast(const DrawQuad*); |
| + |
| private: |
| StreamVideoDrawQuad(); |
| }; |
| -} |
| +} // namespace cc |
| #endif // CC_QUADS_STREAM_VIDEO_DRAW_QUAD_H_ |