| 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 d5f3771622a67c54858f2588eb849989b3a66535..c6334de5912abd181a17ef7b441d92aec9152b78 100644
|
| --- a/ui/views/animation/ink_drop_host_view.h
|
| +++ b/ui/views/animation/ink_drop_host_view.h
|
| @@ -79,6 +79,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);
|
|
|