// 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/wm/test/testing_cursor_client_observer.h" namespace wm { TestingCursorClientObserver::TestingCursorClientObserver() : … { … } void TestingCursorClientObserver::reset() { … } void TestingCursorClientObserver::OnCursorVisibilityChanged(bool is_visible) { … } void TestingCursorClientObserver::OnCursorSizeChanged( ui::CursorSize cursor_size) { … } } // namespace wm