| Index: third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
 | 
| index a06a66f269ec66b88ebcf7717c43e03e1a3bbde2..6e6c4bf590662367949f7919d790a9387a7806f1 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
 | 
| @@ -231,7 +231,8 @@ bool LayoutThemeDefault::shouldOpenPickerWithF4Key() const {
 | 
|  bool LayoutThemeDefault::shouldUseFallbackTheme(
 | 
|      const ComputedStyle& style) const {
 | 
|    if (useMockTheme()) {
 | 
| -    // The mock theme can't handle zoomed controls, so we fall back to the "fallback" theme.
 | 
| +    // The mock theme can't handle zoomed controls, so we fall back to the
 | 
| +    // "fallback" theme.
 | 
|      ControlPart part = style.appearance();
 | 
|      if (part == CheckboxPart || part == RadioPart)
 | 
|        return style.effectiveZoom() != 1;
 | 
| 
 |