Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: webkit/glue/webview_impl.h

Issue 173642: Set the focus ring color to match the Gtk theme focus color. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: connect to notification Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698