Chromium Code Reviews| Index: webkit/glue/webview_impl.h |
| =================================================================== |
| --- webkit/glue/webview_impl.h (revision 25076) |
| +++ webkit/glue/webview_impl.h (working copy) |
| @@ -144,6 +144,9 @@ |
| virtual void SetActive(bool active); |
| virtual bool IsActive(); |
| +#if defined(OS_LINUX) |
| + virtual void SetThemeFocusRingColor(int r, int g, int b); |
| +#endif |
| // WebViewImpl |