// 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. #ifndef UI_VIEWS_ANIMATION_TEST_INK_DROP_HOST_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_INK_DROP_HOST_TEST_API_H_ #include <memory> #include <vector> #include "base/memory/raw_ref.h" #include "ui/views/animation/ink_drop.h" #include "ui/views/animation/ink_drop_host.h" namespace views::test { // Test API to provide internal access to an InkDropHost instance. class InkDropHostTestApi { … }; } // namespace views::test #endif // UI_VIEWS_ANIMATION_TEST_INK_DROP_HOST_TEST_API_H_