Chromium Code Reviews| Index: components/mus/public/cpp/surfaces/surfaces_utils.h |
| diff --git a/components/mus/public/cpp/surfaces/surfaces_utils.h b/components/mus/public/cpp/surfaces/surfaces_utils.h |
| index 24a259d756220b185a562e98a978cb7c8dd7a7ae..8853572862e5b9cd8b6d9ea701da9d50655f0411 100644 |
| --- a/components/mus/public/cpp/surfaces/surfaces_utils.h |
| +++ b/components/mus/public/cpp/surfaces/surfaces_utils.h |
| @@ -19,8 +19,8 @@ class Size; |
| namespace mojo { |
| -MOJO_SURFACES_EXPORT cc::SharedQuadState CreateDefaultSQS( |
| - const gfx::Size& size); |
| +MOJO_SURFACES_EXPORT void CreateDefaultSQS(const gfx::Size& size, |
|
sky
2016/06/17 23:05:36
This may be obvious to you, but I haven't a clue a
Fady Samuel
2016/06/18 01:27:51
Done. Agreed, sorry I forgot to update the name. A
|
| + cc::SharedQuadState* out); |
| // Constructs a pass with the given id, output_rect and damage_rect set to rect, |
| // transform_to_root_target set to identity and has_transparent_background set |