Restoring mLayout has private in TextView

Change-Id: If8c4385ec0b64fb2055f4561aeeb1c145294d679
This commit is contained in:
Gilles Debunne
2011-11-28 18:05:03 -08:00
parent 866103c00d
commit cdfab19bf7

View File

@@ -11460,13 +11460,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
private boolean mUserSetTextScaleX;
private final Paint mHighlightPaint;
private int mHighlightColor = 0x6633B5E5;
/**
* This is temporarily visible to fix bug 3085564 in webView. Do not rely on
* this field being protected. Will be restored as private when lineHeight
* feature request 3215097 is implemented
* @hide
*/
protected Layout mLayout;
private Layout mLayout;
private long mShowCursor;
private Blink mBlink;