am 644678f9: Update Outline API

* commit '644678f99b4c0b00addbed165e35bf1b51b96fc7':
  Update Outline API
This commit is contained in:
Chris Craik
2014-07-20 18:00:16 +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;
}
}