| Index: ui/views/animation/ink_drop_host_view.h
|
| diff --git a/ui/views/animation/ink_drop_host_view.h b/ui/views/animation/ink_drop_host_view.h
|
| index 378d90b9719a456b837edbc6048c891ac60fc209..866b8a3a59f9daf965bc277a7c35aca0360c4d55 100644
|
| --- a/ui/views/animation/ink_drop_host_view.h
|
| +++ b/ui/views/animation/ink_drop_host_view.h
|
| @@ -78,6 +78,10 @@ class VIEWS_EXPORT InkDropHostView : public View, public InkDropHost {
|
|
|
| gfx::Size ink_drop_size_;
|
|
|
| + // Determines whether the view was already painting to layer before adding ink
|
| + // drop layer.
|
| + bool old_paint_to_layer_;
|
| +
|
| bool destroying_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InkDropHostView);
|
|
|