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

Unified Diff: chrome/common/renderer_preferences.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: chrome/common/renderer_preferences.h
===================================================================
--- chrome/common/renderer_preferences.h (revision 25076)
+++ chrome/common/renderer_preferences.h (working copy)
@@ -46,6 +46,11 @@
// Currently only used by Linux.
RendererPreferencesSubpixelRenderingEnum subpixel_rendering;
+ // The color of the focus ring. Currently only used on Linux.
+ int focus_ring_color_r;
+ int focus_ring_color_g;
+ int focus_ring_color_b;
+
// Browser wants a look at all top level requests
bool browser_handles_top_level_requests;

Powered by Google App Engine
This is Rietveld 408576698