| Index: third_party/WebKit/Source/platform/animation/CompositorFloatKeyframe.h
|
| diff --git a/third_party/WebKit/public/platform/WebFloatKeyframe.h b/third_party/WebKit/Source/platform/animation/CompositorFloatKeyframe.h
|
| similarity index 88%
|
| rename from third_party/WebKit/public/platform/WebFloatKeyframe.h
|
| rename to third_party/WebKit/Source/platform/animation/CompositorFloatKeyframe.h
|
| index 5a8e7d6041e547e674cb1e88b207be275770109b..31de201faed1ae7f4b1fc0de741af444d7f7291d 100644
|
| --- a/third_party/WebKit/public/platform/WebFloatKeyframe.h
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorFloatKeyframe.h
|
| @@ -22,13 +22,13 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFloatKeyframe_h
|
| -#define WebFloatKeyframe_h
|
| +#ifndef CompositorFloatKeyframe_h
|
| +#define CompositorFloatKeyframe_h
|
|
|
| namespace blink {
|
|
|
| -struct WebFloatKeyframe {
|
| - WebFloatKeyframe(double time, float value)
|
| +struct CompositorFloatKeyframe {
|
| + CompositorFloatKeyframe(double time, float value)
|
| : time(time)
|
| , value(value)
|
| {
|
| @@ -40,4 +40,4 @@ struct WebFloatKeyframe {
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebFloatKeyframe_h
|
| +#endif // CompositorFloatKeyframe_h
|
|
|