summaryrefslogtreecommitdiff
path: root/chromium/ui/views/animation/bounds_animator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/animation/bounds_animator.h')
-rw-r--r--chromium/ui/views/animation/bounds_animator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/views/animation/bounds_animator.h b/chromium/ui/views/animation/bounds_animator.h
index dff13110422..7684647a1c0 100644
--- a/chromium/ui/views/animation/bounds_animator.h
+++ b/chromium/ui/views/animation/bounds_animator.h
@@ -127,7 +127,7 @@ class VIEWS_EXPORT BoundsAnimator : public AnimationDelegateViews {
std::unique_ptr<gfx::AnimationDelegate> delegate;
// Will only exist if |use_transforms_| is true.
- base::Optional<gfx::Transform> target_transform;
+ absl::optional<gfx::Transform> target_transform;
};
// Used by AnimationEndedOrCanceled.