| Index: cc/output/gl_renderer_draw_cache.h
|
| diff --git a/cc/output/gl_renderer_draw_cache.h b/cc/output/gl_renderer_draw_cache.h
|
| index f8284184f0c0771a61f61fedb6d26799582b3f99..a16c8a5bde8bf122d9f36c8e2032076851c066ac 100644
|
| --- a/cc/output/gl_renderer_draw_cache.h
|
| +++ b/cc/output/gl_renderer_draw_cache.h
|
| @@ -33,6 +33,7 @@ struct TexturedQuadDrawCache {
|
| int program_id;
|
| int resource_id;
|
| bool needs_blending;
|
| + bool nearest_neighbor;
|
| SkColor background_color;
|
|
|
| // Information about the program binding that is required to draw.
|
|
|