// Copyright 2020 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/aura/client/screen_position_client.h" #include <memory> #include "ui/aura/test/aura_test_base.h" #include "ui/gfx/geometry/transform.h" namespace aura { namespace client { ScreenPositionClientTest; class TestScreenPositionClient : public ScreenPositionClient { … }; TEST_F(ScreenPositionClientTest, ConvertPointToRootWindowIgnoringTransforms) { … } } // namespace client } // namespace aura