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

Unified Diff: webkit/glue/webview.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.h
===================================================================
--- webkit/glue/webview.h (revision 25076)
+++ webkit/glue/webview.h (working copy)
@@ -258,6 +258,10 @@
// 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);
};

Powered by Google App Engine
This is Rietveld 408576698