Index: ui/views/style/platform_style.cc |
diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc |
index e9a548384c07ebf68168ee1c2fd586f0491aab01..d35f52d6892ac941001b826ee5af89782256f70e 100644 |
--- a/ui/views/style/platform_style.cc |
+++ b/ui/views/style/platform_style.cc |
@@ -89,6 +89,9 @@ SkColor PlatformStyle::TextColorForButton( |
return color_by_state[button.state()]; |
} |
+// static |
+void PlatformStyle::OnTextfieldKeypressUnhandled() {} |
+ |
#endif // OS_MACOSX |
#if !defined(DESKTOP_LINUX) && !defined(OS_MACOSX) |