Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f303323 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

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

parents ca1b51e6 000e95e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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