commit | 018ff891a04b5849a1cfb15e5272330ee3f1810a | [log] [tgz] |
---|---|---|
author | Cary Clark <cary@android.com> | Thu Feb 25 14:49:26 2010 -0500 |
committer | Cary Clark <cary@android.com> | Thu Feb 25 15:08:07 2010 -0500 |
tree | ab2f6ca8ef09545ca47c0698d64f0af7d771abd9 | |
parent | 70e1a184dfc3dc50597de263aa061adb9eafc199 [diff] |
don't draw layers with history The history picture and the layers drawn may be out of sync, so for now, don't draw the layers when the history picture is drawn. Also, remove native class check from drawExtras() since it is already checked by the caller. fixes http://b/2457350 fixes http://b/2453780