diff options
Diffstat (limited to 'content/renderer/render_widget.h')
-rw-r--r-- | content/renderer/render_widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h index b4b21df5..13574d0 100644 --- a/content/renderer/render_widget.h +++ b/content/renderer/render_widget.h @@ -253,7 +253,7 @@ class CONTENT_EXPORT RenderWidget void UpdateTextInputState(ShowIme show_ime, ChangeSource change_source); #endif -#if defined(OS_MACOSX) || defined(OS_WIN) || defined(USE_AURA) +#if defined(OS_MACOSX) || defined(USE_AURA) // Checks if the composition range or composition character bounds have been // changed. If they are changed, the new value will be sent to the browser // process. @@ -441,7 +441,7 @@ class CONTENT_EXPORT RenderWidget virtual ui::TextInputType WebKitToUiTextInputType( blink::WebTextInputType type); -#if defined(OS_MACOSX) || defined(OS_WIN) || defined(USE_AURA) +#if defined(OS_MACOSX) || defined(USE_AURA) // Override point to obtain that the current composition character bounds. // In the case of surrogate pairs, the character is treated as two characters: // the bounds for first character is actual one, and the bounds for second |