Chromium Code Reviews| Index: ui/compositor/compositor_util.h |
| diff --git a/ui/compositor/compositor_util.h b/ui/compositor/compositor_util.h |
| index 9164dba93dcf60d8e868d03cbb857a455d76750a..c75d4908baa350b17639b4068f2ce68775885665 100644 |
| --- a/ui/compositor/compositor_util.h |
| +++ b/ui/compositor/compositor_util.h |
| @@ -7,6 +7,7 @@ |
| #include <stdint.h> |
| +#include "cc/output/buffer_to_texture_target_map.h" |
|
boliu
2017/06/20 22:44:33
ditto about forward declaration, after fixing comm
|
| #include "ui/compositor/compositor_export.h" |
| #include "ui/gfx/buffer_types.h" |
| @@ -16,8 +17,8 @@ class RendererSettings; |
| namespace ui { |
| -COMPOSITOR_EXPORT cc::RendererSettings CreateRendererSettings(uint32_t ( |
| - *get_texture_target)(gfx::BufferFormat format, gfx::BufferUsage usage)); |
| +COMPOSITOR_EXPORT cc::RendererSettings CreateRendererSettings( |
| + const cc::BufferToTextureTargetMap image_targets); |
|
boliu
2017/06/20 22:44:33
const &
sujith
2017/06/22 07:30:36
Done.
|
| } // namespace ui |