commit | 151f2f5a6c5c7922c9f4a68c75706000e4a23fdd | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Mon Dec 20 11:05:18 2010 -0800 |
committer | Jamie Gennis <jgennis@google.com> | Mon Dec 20 11:13:45 2010 -0800 |
tree | 76c0b3a4fe63a5c1dd6b912b614eab45a62119ad | |
parent | 1a4a8587c499382b96af43165d2cdbb9537a0425 [diff] |
Fix the ISurfaceComposer onTransact switch. Two of the cases in the ISurfaceComposer onTransact switch statement were missing 'break' statements at the end, and would fall through to the next case block. This change adds those break statements. Change-Id: Ia53abe34e4dae480485620c66a14b4c6c76f7735