| Index: ui/gfx/shadow_util.cc
|
| diff --git a/ui/gfx/shadow_util.cc b/ui/gfx/shadow_util.cc
|
| index 88b19fae0a325804e0280e1048b9a1ef6864100f..04360f9b55c8e598a96f3b98524aeeb4dff77dcb 100644
|
| --- a/ui/gfx/shadow_util.cc
|
| +++ b/ui/gfx/shadow_util.cc
|
| @@ -106,7 +106,7 @@ const ShadowDetails& ShadowDetails::Get(int elevation, int corner_radius) {
|
| // To see what this looks like for elevation 24, try this CSS:
|
| // box-shadow: 0 24px 48px rgba(0, 0, 0, .24),
|
| // 0 0 24px rgba(0, 0, 0, .12);
|
| - auto source = new ShadowNineboxSource(shadow->values, corner_radius);
|
| + auto* source = new ShadowNineboxSource(shadow->values, corner_radius);
|
| shadow->ninebox_image = ImageSkia(source, source->size());
|
| return *shadow;
|
| }
|
|
|