#include "cc/layers/nine_patch_layer.h"
#include "cc/animation/animation_host.h"
#include "cc/resources/scoped_ui_resource.h"
#include "cc/test/fake_layer_tree_host.h"
#include "cc/test/fake_layer_tree_host_client.h"
#include "cc/test/fake_output_surface_client.h"
#include "cc/test/test_task_graph_runner.h"
#include "cc/trees/layer_tree_host.h"
#include "cc/trees/single_thread_proxy.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
Mock;
_;
AtLeast;
AnyNumber;
namespace cc {
namespace {
class NinePatchLayerTest : public testing::Test { … };
TEST_F(NinePatchLayerTest, SetLayerProperties) { … }
}
}