chromium/ui/views/animation/test/ink_drop_host_test_api.cc

// Copyright 2016 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/test/ink_drop_host_test_api.h"

#include <utility>

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

namespace views::test {

InkDropHostTestApi::InkDropHostTestApi(InkDropHost* ink_drop_host)
    :{}

InkDropHostTestApi::~InkDropHostTestApi() = default;

void InkDropHostTestApi::SetInkDropMode(InkDropMode ink_drop_mode) {}

void InkDropHostTestApi::SetInkDrop(std::unique_ptr<InkDrop> ink_drop,
                                    bool handles_gesture_events) {}

void InkDropHostTestApi::SetInkDrop(std::unique_ptr<InkDrop> ink_drop) {}

bool InkDropHostTestApi::HasInkDrop() const {}

InkDrop* InkDropHostTestApi::GetInkDrop() {}

void InkDropHostTestApi::AnimateToState(InkDropState state,
                                        const ui::LocatedEvent* event) {}

void InkDropHostTestApi::RemoveInkDropMask() {}

}  // namespace views::test