Index: ui/views/style/platform_style.h |
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h |
index e56fe0e30ba41263550095c37f381c195b0cf850..b725f264414d3172e1ee8799f2e141a0dbb972bb 100644 |
--- a/ui/views/style/platform_style.h |
+++ b/ui/views/style/platform_style.h |
@@ -26,6 +26,10 @@ class PlatformStyle { |
// Applies the current system theme to the default border created by |button|. |
static scoped_ptr<Border> CreateThemedLabelButtonBorder(LabelButton* button); |
+ // Sets the focus setting for a |view|. Should be used for views representing |
+ // controls. |
+ static void SetControlStyleFocus(View* view); |
+ |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformStyle); |
}; |