Chromium Code Reviews| Index: source/libvpx/vp8/common/onyx.h |
| diff --git a/source/libvpx/vp8/common/onyx.h b/source/libvpx/vp8/common/onyx.h |
| index f39b675cd508f35d0f5a9b75750b48d1d0e96547..febe81505a3497d988fcc273b0fac367ee66a0ce 100644 |
| --- a/source/libvpx/vp8/common/onyx.h |
| +++ b/source/libvpx/vp8/common/onyx.h |
| @@ -65,7 +65,7 @@ extern "C" |
| #include <assert.h> |
| - static void Scale2Ratio(int mode, int *hr, int *hs) |
| + static INLINE void Scale2Ratio(int mode, int *hr, int *hs) |
| { |
| switch (mode) |
| { |