commit | f0ff906fa427ddc3293dc061e2ee34ce39c1336e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Mar 11 16:54:47 2011 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Mar 11 17:01:40 2011 -0800 |
tree | 48799f91df0137807b1ab64c3877dd9bfde52cbd | |
parent | ccf94df600f452189fcb6bad5600e1af180695ad [diff] |
Fix some const-ness and comments mDrawingState doesn't need to be accessed by the mStateLock, because by definition it's only accessed from the main thread. Similarily, the list of layers in the drawing state cannot change (ie: is const). Change-Id: I2e5da7f4d8caee7af7802b432cd45cc81c7c08b0