summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r--webkit/glue/webview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h
index d451a1e..2d75798 100644
--- a/webkit/glue/webview.h
+++ b/webkit/glue/webview.h
@@ -258,6 +258,10 @@ class WebView : public WebKit::WebWidget {
// Gets the WebView's active state (i.e., state of control tints).
virtual bool IsActive() = 0;
+#if defined(OS_LINUX)
+ virtual void SetThemeFocusRingColor(int r, int g, int b) = 0;
+#endif
+
private:
DISALLOW_COPY_AND_ASSIGN(WebView);
};