Chromium Code Reviews| Index: content/test/test_render_view_host.h |
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h |
| index 5dd8a946eb829e747cb07225514d800cb4c3a548..707b25a3bff6c21498622a29a1a1c306c4b3c572 100644 |
| --- a/content/test/test_render_view_host.h |
| +++ b/content/test/test_render_view_host.h |
| @@ -138,10 +138,13 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
| #if defined(OS_MACOSX) |
| virtual bool PostProcessEventForPluginIme( |
| const NativeWebKeyboardEvent& event) OVERRIDE; |
| -#elif defined(OS_ANDROID) |
| +#endif |
| +#if defined(OS_ANDROID) || defined(OS_WIN) |
|
sky
2014/08/04 20:05:20
OS_WIN->TOOLKIT_VIEWS
luken
2014/09/11 01:07:28
Done.
|
| virtual void ShowDisambiguationPopup( |
| const gfx::Rect& target_rect, |
| const SkBitmap& zoomed_bitmap) OVERRIDE {} |
| +#endif |
| +#if defined(OS_ANDROID) |
| virtual void LockCompositingSurface() OVERRIDE {} |
| virtual void UnlockCompositingSurface() OVERRIDE {} |
| #endif |