Merge "fix the float Rect in OpenGLRenderer to handle NANs"

This commit is contained in:
Mathias Agopian 2011-09-20 14:02:44 -07:00 committed by Android (Google) Code Review
commit 9f30332325

View File

@ -27,7 +27,7 @@ namespace android {
class Rect : public ARect
{
public:
typedef int32_t value_type;
typedef ARect::value_type value_type;
// we don't provide copy-ctor and operator= on purpose
// because we want the compiler generated versions