Merge "Fix build breakage"

This commit is contained in:
Chris Craik
2014-01-29 23:32:52 +00:00
committed by Android (Google) Code Review

View File

@@ -3134,7 +3134,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
* @return True if the group should be an isolated Z volume with its own Z
* ordering space, false if its decendents should inhabit the
* inherited Z ordering volume.
* @attr ref android.R.styleable#ViewGroup_isolateZVolume
*/
public void setIsolatedZVolume(boolean isolateZVolume) {
boolean previousValue = (mGroupFlags & FLAG_ISOLATED_Z_VOLUME) == FLAG_ISOLATED_Z_VOLUME;