| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index a094b30d968074d2994e413c2d7dd971c43ab997..d5a78217bfbd05255f225cf98ebfe660e02a10d9 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -777,6 +777,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| void DecrementBluetoothConnectedDeviceCount();
|
|
|
| #if defined(OS_ANDROID)
|
| + void OnDidCreateTouchHandle(ui::TouchHandleDrawable* drawable);
|
| +
|
| // Called by FindRequestManager when all of the find match rects are in.
|
| void NotifyFindMatchRectsReply(int version,
|
| const std::vector<gfx::RectF>& rects,
|
|
|