Chromium Code Reviews| Index: content/child/webthemeengine_impl_default.h |
| diff --git a/content/child/webthemeengine_impl_default.h b/content/child/webthemeengine_impl_default.h |
| index b757d441b39955ccc186443de7f5bb69c89c3ce1..47f01f21873797c04c4d0cd38e11ee67892c2a7f 100644 |
| --- a/content/child/webthemeengine_impl_default.h |
| +++ b/content/child/webthemeengine_impl_default.h |
| @@ -25,6 +25,14 @@ class WebThemeEngineImpl : public blink::WebThemeEngine { |
| blink::WebThemeEngine::State endState, |
| double progress, |
| const blink::WebRect& rect); |
| + |
| +#if defined(OS_WIN) |
| + // Caches the scrollbar metrics. |
| + static void CacheScrollBarMetrics(int32 vertical_scroll_bar_width, |
|
cpu_(ooo_6.6-7.5)
2015/04/06 20:22:08
looks like this file is webkit style so please cha
ananta
2015/04/06 20:42:03
Done.
|
| + int32 horizontal_scroll_bar_height, |
| + int32 vertical_arrow_bitmap_height, |
| + int32 horizontal_arrow_bitmap_width); |
| +#endif |
| }; |
| } // namespace content |