Attempt to fix the build.

This commit is contained in:
Jeff Hamilton
2010-04-23 15:31:35 -05:00
committed by Nick Kralevich
parent 81cd2e90cc
commit e30b9ce262

View File

@@ -386,7 +386,7 @@ public class Surface implements Parcelable {
@Override @Override
public String toString() { public String toString() {
return "Surface(native-token=" + mSurface + ")"; return "Surface(native-token=" + mSurfaceControl + ")";
} }
private Surface(Parcel source) throws OutOfResourcesException { private Surface(Parcel source) throws OutOfResourcesException {