| Index: webkit/glue/webthemeengine_impl_win.h
|
| ===================================================================
|
| --- webkit/glue/webthemeengine_impl_win.h (revision 12160)
|
| +++ webkit/glue/webthemeengine_impl_win.h (working copy)
|
| @@ -31,6 +31,9 @@
|
| WebKit::WebCanvas*, int part, int state, int classic_state,
|
| const WebKit::WebRect&, WebKit::WebColor, bool fill_content_area,
|
| bool draw_edges);
|
| + virtual void paintTrackbar(
|
| + WebKit::WebCanvas*, int part, int state, int classic_state,
|
| + const WebKit::WebRect&);
|
| };
|
|
|
| } // namespace webkit_glue
|
|
|