fix docs build

Change-Id: I9819693cfa9ad5b8b15b62eab60ddd35a53c5531
This commit is contained in:
Mathias Agopian
2013-02-14 15:38:40 -08:00
parent 22ee9aad83
commit 30d7ab9a10

View File

@@ -213,7 +213,7 @@ public class Surface implements Parcelable {
* After drawing into the provided {@link Canvas}, the caller should
* invoke {@link #unlockCanvasAndPost} to post the new contents to the surface.
*
* @param dirty A rectangle that represents the dirty region that the caller wants
* @param inOutDirty A rectangle that represents the dirty region that the caller wants
* to redraw. This function may choose to expand the dirty rectangle if for example
* the surface has been resized or if the previous contents of the surface were
* not available. The caller should redraw the entire dirty region as represented