am 9879a687: am 644678f9: Update Outline API

* commit '9879a687d068572fdb643cddf5f35bd8740f4b79':
  Update Outline API
This commit is contained in:
Chris Craik
2014-07-21 18:27:56 +00:00
committed by Android Git Automerger

View File

@@ -132,9 +132,8 @@ public class ShadowCardDrag extends Activity {
}
@Override
public boolean getOutline(Outline outline) {
public void getOutline(Outline outline) {
outline.setConvexPath(mPath);
return true;
}
}