chromium/chrome/browser/vr/elements/vector_icon_unittest.cc

// 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/vector_icon.h"

#include <memory>

#include "base/test/gtest_util.h"
#include "cc/test/test_skcanvas.h"
#include "chrome/browser/vr/elements/ui_texture.h"
#include "chrome/browser/vr/test/animation_utils.h"
#include "chrome/browser/vr/test/constants.h"
#include "chrome/browser/vr/ui_scene.h"
#include "components/vector_icons/vector_icons.h"

namespace vr {

namespace {

_;
InSequence;

static constexpr int kMaximumWidth =;

class TestVectorIcon : public VectorIcon {};

}  // namespace

// Tests get/set color API.
TEST(VectorIcon, SetColor) {}

TEST(VectorIcon, NilIcon) {}

TEST(VectorIcon, SmokeTest) {}

}  // namespace vr