commit | 107843de4507b3511006cb9c77b8d0364374385a | [log] [tgz] |
---|---|---|
author | Tom Hudson <tomhudson@google.com> | Mon Sep 08 11:26:26 2014 -0400 |
committer | Tom Hudson <tomhudson@google.com> | Tue Nov 04 15:49:44 2014 -0500 |
tree | 02b2f6181dbd8665638b174c2819f289a40551fd | |
parent | daccecb263cad36b55dd84e25709d543ee887202 [diff] |
Remove status return from all uirenderer::Renderer functions This moves the interface closer to android::Canvas. The only use of return values was in the OpenGLRenderer subclass; that is replaced with an internal dirty flag: returned from finish(), checked by CanvasContext. This is part of a series of CLs to refactor the Graphics JNI bindings. BUG:15672762 R=djsollen@google.com,ccraik@google.com Change-Id: Ifd533eb8839a254b0d3a5d04fc5a2905afdfc89e