chromium/ui/views/animation/pulsing_ink_drop_mask.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/views/animation/pulsing_ink_drop_mask.h"

#include "base/i18n/rtl.h"
#include "ui/compositor/paint_recorder.h"
#include "ui/views/view_class_properties.h"

namespace {
// Cycle duration of ink drop pulsing animation used for in-product help.
constexpr base::TimeDelta kFeaturePromoPulseDuration =;

// Max inset for pulsing animation.
constexpr float kFeaturePromoPulseInsetDip =;
}  // namespace

namespace views {
PulsingInkDropMask::PulsingInkDropMask(views::View* layer_container)
    :{}

void PulsingInkDropMask::OnPaintLayer(const ui::PaintContext& context) {}

void PulsingInkDropMask::AnimationProgressed(const gfx::Animation* animation) {}
}  // namespace views