summaryrefslogtreecommitdiffstats
path: root/cc/animation
diff options
context:
space:
mode:
authorkotenkov <kotenkov@yandex-team.ru>2015-10-19 23:34:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-20 06:34:55 +0000
commit734477e8fec1d0f786f1baa698d30135dc911eb3 (patch)
tree0b9feea3ed566467c361a839758ade49903305e6 /cc/animation
parent1535e3a3936db1c0a2a410fd12ac9c5b920ad1ac (diff)
downloadchromium_src-734477e8fec1d0f786f1baa698d30135dc911eb3.zip
chromium_src-734477e8fec1d0f786f1baa698d30135dc911eb3.tar.gz
chromium_src-734477e8fec1d0f786f1baa698d30135dc911eb3.tar.bz2
Add missing include to timing_function.h
BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1411393002 Cr-Commit-Position: refs/heads/master@{#354995}
Diffstat (limited to 'cc/animation')
-rw-r--r--cc/animation/timing_function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/animation/timing_function.h b/cc/animation/timing_function.h
index 95144a7..f722dd6 100644
--- a/cc/animation/timing_function.h
+++ b/cc/animation/timing_function.h
@@ -5,6 +5,7 @@
#ifndef CC_ANIMATION_TIMING_FUNCTION_H_
#define CC_ANIMATION_TIMING_FUNCTION_H_
+#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
#include "ui/gfx/geometry/cubic_bezier.h"