diff options
Diffstat (limited to 'chrome/browser/ui/views/exclusive_access_bubble_views.h')
-rw-r--r-- | chrome/browser/ui/views/exclusive_access_bubble_views.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/exclusive_access_bubble_views.h b/chrome/browser/ui/views/exclusive_access_bubble_views.h index ce614a8..3268cb9 100644 --- a/chrome/browser/ui/views/exclusive_access_bubble_views.h +++ b/chrome/browser/ui/views/exclusive_access_bubble_views.h @@ -51,6 +51,9 @@ class ExclusiveAccessBubbleViews : public ExclusiveAccessBubble, ANIMATED_ATTRIBUTE_OPACITY }; + // Returns the expected animated attribute based on flags and bubble type. + AnimatedAttribute ExpectedAnimationAttribute(); + // Starts or stops polling the mouse location based on |popup_| and // |bubble_type_|. void UpdateMouseWatcher(); |