| Index: ui/wm/core/shadow.h
|
| diff --git a/ui/wm/core/shadow.h b/ui/wm/core/shadow.h
|
| index 8468c67a092a218995852b27b56561b51d6cd14b..5e9065038a558de4971325bee7f32423f8df0320 100644
|
| --- a/ui/wm/core/shadow.h
|
| +++ b/ui/wm/core/shadow.h
|
| @@ -74,6 +74,9 @@ class WM_EXPORT Shadow : public ui::ImplicitAnimationObserver {
|
| // The actual shadow layer corresponding to a cc::NinePatchLayer.
|
| scoped_ptr<ui::Layer> shadow_layer_;
|
|
|
| + // Size of the current shadow image.
|
| + gfx::Size image_size_;
|
| +
|
| // Bounds of the content that the shadow encloses.
|
| gfx::Rect content_bounds_;
|
|
|
|
|