| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index af7327784683dc3373a148ca8e8a55e3291e94b8..e4bb44b65876837d685989b5e388c2672a633ce7 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -173,6 +173,8 @@ class CC_EXPORT DirectRenderer {
|
| return reshape_surface_size_;
|
| }
|
|
|
| + bool IsResourcePromotable(ResourceId resource_id);
|
| +
|
| const RendererSettings* const settings_;
|
| OutputSurface* const output_surface_;
|
| ResourceProvider* const resource_provider_;
|
|
|