| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index e9b2d5f8961428a4d539cd7ef95536aec841b10d..538f2fe3f2789869309de154db9eee729a4d085f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -5143,6 +5143,13 @@ void WebContentsImpl::DecrementBluetoothConnectedDeviceCount() {
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| +void WebContentsImpl::OnDidCreateTouchHandle(
|
| + ui::TouchHandleDrawable* drawable) {
|
| + FOR_EACH_OBSERVER(WebContentsObserver,
|
| + observers_,
|
| + DidCreateTouchHandle(drawable));
|
| +}
|
| +
|
| void WebContentsImpl::NotifyFindMatchRectsReply(
|
| int version,
|
| const std::vector<gfx::RectF>& rects,
|
|
|