Remove spurious @Deprecate tag from WebView.onMeasure

onMeasure is not deprecated, this tag is spurious (and has no effect on
the api.txt or SDK anyway)

Change-Id: Iae003727649e86db2e0adaa5071399b676526c38
This commit is contained in:
Jonathan Dixon
2013-07-26 16:40:02 -07:00
parent c0743ec466
commit 697c8ed523

View File

@@ -2171,7 +2171,6 @@ public class WebView extends AbsoluteLayout
return mProvider.getViewDelegate().requestFocus(direction, previouslyFocusedRect);
}
@Deprecated
@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
super.onMeasure(widthMeasureSpec, heightMeasureSpec);