OSDN Git Service

libui/libgui: Fix errors in parceling
authorDan Stoza <stoza@google.com>
Mon, 20 Apr 2015 19:07:13 +0000 (12:07 -0700)
committerDan Stoza <stoza@google.com>
Mon, 20 Apr 2015 20:17:22 +0000 (13:17 -0700)
commiteea6d682b8b0f7081f0fe8fab8feadb16e22b30b
treeda98384b98118bafe99a336179c0e5bb963e2ccc
parentff5c1a6b677d8d25630ffc3d1a868eb98a38ceab
libui/libgui: Fix errors in parceling

BufferItem and GraphicBuffer were not parceling correctly, which had
not been noticed because the libgui tests (specifically, one that
tests placing a BufferQueue in a separate process from the IGBP/C)
had not been run recently. This change fixes the errors found in
those classes.

Change-Id: Ie224361a534a79115a3481d83ff97f21d154d4f5
libs/gui/BufferItem.cpp
libs/ui/GraphicBuffer.cpp