#include "cc/animation/filter_animation_curve.h"
#include <memory>
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/animation/tween.h"
#include "ui/gfx/geometry/box_f.h"
#include "ui/gfx/geometry/transform_operations.h"
namespace cc {
namespace {
#define SAMPLE(curve, time) …
void ExpectBrightness(double brightness, const FilterOperations& filter) { … }
TEST(FilterAnimationCurveTest, OneFilterKeyframe) { … }
TEST(FilterAnimationCurveTest, TwoFilterKeyframe) { … }
TEST(FilterAnimationCurveTest, ThreeFilterKeyframe) { … }
TEST(FilterAnimationCurveTest, RepeatedFilterKeyTimes) { … }
}
}