chromium/cc/layers/nine_patch_generator_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 "cc/layers/nine_patch_generator.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"

namespace cc {
namespace {

TEST(NinePatchGeneratorTest, SetLayoutReturnsChanged) {}

TEST(NinePatchGeneratorTest, MatchHorizontallyAndVertically) {}

TEST(NinePatchGeneratorTest, MatchHorizontally) {}

TEST(NinePatchGeneratorTest, MatchVertically) {}

TEST(NinePatchGeneratorTest, GenerateNonSymmetricAperture) {}

TEST(NinePatchGeneratorTest, LargerLayerGenerate) {}

}  // namespace
}  // namespace cc