am 6333ed38: Small cleanup

* commit '6333ed3801089a7422465d9d7af00e5ec4c93138':
  Small cleanup
This commit is contained in:
Ken Wakasa 2013-08-02 04:33:11 -07:00 committed by Android Git Automerger
commit f56a8cc89c

View file

@ -157,7 +157,7 @@ public class KeyboardView extends View {
public void setHardwareAcceleratedDrawingEnabled(final boolean enabled) {
if (!enabled) return;
// TODO: Should use LAYER_TYPE_SOFTWARE when hardware acceleration is off?
setLayerType(View.LAYER_TYPE_HARDWARE, null);
setLayerType(LAYER_TYPE_HARDWARE, null);
}
/**