// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/vr/elements/rect.h" #include <memory> #include "chrome/browser/vr/target_property.h" #include "chrome/browser/vr/test/animation_utils.h" #include "chrome/browser/vr/test/constants.h" #include "chrome/browser/vr/ui_scene.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkColor.h" namespace vr { TEST(Rect, SetColorCorrectly) { … } TEST(Rect, AnimateColorCorrectly) { … } } // namespace vr