Commit e7e9d862 authored by haraken@chromium.org's avatar haraken@chromium.org

Oilpan: Build fix after r178893

TBR=sof@chromium.org

Review URL: https://codereview.chromium.org/419743002

git-svn-id: svn://svn.chromium.org/blink/trunk@178899 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 44fb1f5f
...@@ -230,7 +230,7 @@ static double fontStretchToDouble(FontStretch fontStretch) ...@@ -230,7 +230,7 @@ static double fontStretchToDouble(FontStretch fontStretch)
return static_cast<unsigned>(fontStretch); return static_cast<unsigned>(fontStretch);
} }
static PassRefPtr<AnimatableValue> createFromFontStretch(FontStretch fontStretch) static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontStretch(FontStretch fontStretch)
{ {
return createFromDouble(fontStretchToDouble(fontStretch)); return createFromDouble(fontStretchToDouble(fontStretch));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment