| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 834a66afe946123df81b2d4dfa940f664d52b635..2d8f8ed4ffb4c7478a7566fa03db3aa4cd7caee5 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -237,10 +237,10 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void StartContentIntent(const GURL& content_url);
|
|
|
| // Shows the disambiguation popup
|
| - // |target_rect| --> window coordinates which |zoomed_bitmap| represents
|
| + // |rect_pixels| --> window coordinates which |zoomed_bitmap| represents
|
| // |zoomed_bitmap| --> magnified image of potential touch targets
|
| void ShowDisambiguationPopup(
|
| - const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap);
|
| + const gfx::Rect& rect_pixels, const SkBitmap& zoomed_bitmap);
|
|
|
| // Creates a java-side touch event, used for injecting touch event for
|
| // testing/benchmarking purposes
|
|
|