Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index 8ca48bc231fa6c421265c9822173a90db1ea9570..86c69a3a99eb1b296b24759a77b9467f1a5d14d2 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -1637,7 +1637,7 @@ void RenderWidgetHostImpl::OnShowDisambiguationPopup( |
SkBitmap zoomed_bitmap; |
zoomed_bitmap.installPixels(info, bitmap->pixels(), info.minRowBytes()); |
-#if defined(OS_ANDROID) |
+#if defined(OS_ANDROID) || defined(OS_WIN) |
if (view_) |
view_->ShowDisambiguationPopup(rect, zoomed_bitmap); |
#else |
cpu_(ooo_6.6-7.5)
2014/07/20 01:50:44
add comment about the rect coordinates, for future
luken
2014/07/21 18:01:29
Done.
|