Derek Sollenberger ee648e517f Remove unnecessary/erroneous reference counting
The SkBitmap* used by HWUI holds a reference to the PixelRef (which
in turn holds the colorTable) so keeping an additional ref is not
only unnecessary, but also potentially problematic.

If a bitmap changes its pixelRef after it has been added to a displayList,
then we end up with unbalanced ref/unref calls that cause the newly added
PixelRef to be unref'd and prematurely deleted, while the original PixelRef
is leaked.

bug: 18659976
Change-Id: I34a06152e7bb2d733249a207dafd36b9b5dc0712
2014-12-09 18:36:42 +00:00
..
2014-11-21 16:23:00 -08:00
2014-08-15 00:36:11 +00:00
2014-08-27 17:44:25 -07:00
2014-09-05 15:23:38 -07:00
2014-09-05 15:23:38 -07:00
2014-09-05 15:58:26 -07:00
2014-11-17 10:18:31 -08:00
2014-11-17 10:18:31 -08:00
2014-11-06 09:45:10 -08:00
2014-10-27 12:43:25 -07:00
2014-10-27 12:43:25 -07:00
2014-10-31 15:30:10 -07:00
2014-11-07 10:31:53 -08:00
2014-10-31 15:30:10 -07:00
2014-10-27 12:43:25 -07:00
2014-10-27 12:43:25 -07:00
2014-08-27 17:44:25 -07:00
2014-05-12 16:42:02 -07:00
2014-10-31 15:30:10 -07:00
2014-10-31 15:30:10 -07:00
2014-10-31 15:30:10 -07:00
2014-06-12 09:13:45 -07:00
2014-06-12 09:13:45 -07:00
2014-10-31 15:30:10 -07:00
2014-07-31 12:29:57 -07:00
2014-10-27 12:43:25 -07:00
2014-10-27 12:43:25 -07:00
2014-10-27 12:43:25 -07:00
2014-11-07 10:31:53 -08:00
2014-10-31 15:30:10 -07:00
2014-07-25 20:56:50 +00:00
2014-10-31 15:30:10 -07:00
2014-10-31 15:30:10 -07:00
2014-04-14 13:17:25 -07:00
2014-04-14 13:17:25 -07:00
2014-07-24 14:28:08 -07:00
2014-09-10 17:05:59 -07:00