| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index 5581dbe1d493fbab06d5e6f0e0f6e8dab773c3de..50353ff32150b18b26d12fcb2239560146669355 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -301,16 +301,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
|
| std::unordered_map<ProgramKey, std::unique_ptr<Program>, ProgramKeyHash>
|
| program_cache_;
|
|
|
| - typedef ProgramBinding<VertexShaderBase, FragmentShaderYUVVideo>
|
| - VideoYUVProgram;
|
| - const VideoYUVProgram* GetVideoYUVProgram(TexCoordPrecision precision,
|
| - SamplerType sampler,
|
| - bool use_alpha_texture,
|
| - bool use_nv12,
|
| - bool use_color_lut);
|
| - VideoYUVProgram video_yuv_program_[LAST_TEX_COORD_PRECISION + 1]
|
| - [LAST_SAMPLER_TYPE + 1][2][2][2];
|
| -
|
| gpu::gles2::GLES2Interface* gl_;
|
| gpu::ContextSupport* context_support_;
|
| std::unique_ptr<ContextCacheController::ScopedVisibility> context_visibility_;
|
|
|