Commit 6fdad7a5 authored by dtrainor@chromium.org's avatar dtrainor@chromium.org

Remove unused touch methods in CVC.

Now that the uses have been ported to the new methods remove the old ones.

BUG=375379

Review URL: https://codereview.chromium.org/338033002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277924 0039d316-1c4b-4281-b951-d872f2087c98
parent 1b41c097
...@@ -1856,22 +1856,6 @@ public class ContentViewCore ...@@ -1856,22 +1856,6 @@ public class ContentViewCore
return mLastTapY; return mLastTapY;
} }
/**
* TODO(dtrainor): Remove this once it is no longer used.
* See {@link #getLastTapX}.
*/
public int getSingleTapX() {
return mLastTapX;
}
/**
* TODO(dtrainor): Remove this once it is no longer used.
* See {@link #getLastTapY}.
*/
public int getSingleTapY() {
return mLastTapY;
}
public void setZoomControlsDelegate(ZoomControlsDelegate zoomControlsDelegate) { public void setZoomControlsDelegate(ZoomControlsDelegate zoomControlsDelegate) {
mZoomControlsDelegate = zoomControlsDelegate; mZoomControlsDelegate = zoomControlsDelegate;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment