| Index: cc/layers/layer_impl_test_properties.h
|
| diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..da567110d33456f082ad859b6e6810dd446e13c8
|
| --- /dev/null
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -0,0 +1,17 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CC_LAYERS_LAYER_IMPL_TEST_PROPERTIES_H_
|
| +#define CC_LAYERS_LAYER_IMPL_TEST_PROPERTIES_H_
|
| +
|
| +#include "ui/gfx/geometry/point3_f.h"
|
| +
|
| +namespace cc {
|
| +
|
| +struct LayerImplTestProperties {
|
| + gfx::Point3F transform_origin;
|
| +};
|
| +
|
| +} // namespace cc
|
| +#endif // CC_LAYERS_LAYER_IMPL_TEST_PROPERTIES_H_
|
|
|