origen/gralloc_ump: gcc 4.7 compile fixes

You can't use "new" with a POD struct containing const members
(no way to set the members...)
gcc <= 4.6 allows it anyway, gcc >= 4.7 errors out.

Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
1 file changed