Attempt to fix the build.

Change-Id: I03569da7a426b17fded35a23d01586e837769836
This commit is contained in:
Jeff Hamilton
2010-04-23 15:31:35 -05:00
parent 2291fe2a8c
commit 8af711d352

View File

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