| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index 1a6b5e23e562eee8b4d1f8f16032cf11929fb003..133cf94055843eb8eab707689b33f4fbc55b9a08 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1488,10 +1488,6 @@ void ContentViewCoreImpl::OnShowUnhandledTapUIIfNeeded(int x_dip, int y_dip) {
|
| static_cast<jint>(y_dip * dpi_scale()));
|
| }
|
|
|
| -float ContentViewCoreImpl::GetScaleFactor() const {
|
| - return page_scale_ * dpi_scale_;
|
| -}
|
| -
|
| void ContentViewCoreImpl::OnSmartClipDataExtracted(
|
| const base::string16& text,
|
| const base::string16& html,
|
|
|