| Index: cc/output/texture_copier.h
|
| diff --git a/cc/output/texture_copier.h b/cc/output/texture_copier.h
|
| index 9b958bce9b9036833660d414c1ee38d07c00e9e3..daba5ae6c3bd24d18b1ddbae5e068651d7d2ea8d 100644
|
| --- a/cc/output/texture_copier.h
|
| +++ b/cc/output/texture_copier.h
|
| @@ -65,6 +65,7 @@ class CC_EXPORT AcceleratedTextureCopier : public TextureCopier {
|
| scoped_ptr<BlitProgram> blit_program_highp_;
|
| bool using_bind_uniforms_;
|
| int highp_threshold_min_;
|
| + int highp_threshold_cache_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AcceleratedTextureCopier);
|
| };
|
|
|