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

Commit ece3c9a0 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 3c0624aa: Merge "Forward compatibility fix"

* commit '3c0624aa':
  Forward compatibility fix
parents adae1e91 3c0624aa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -17,6 +17,12 @@ class SkPicture;

class GraphicsJNI {
public:
    enum BitmapCreateFlags {
        kBitmapCreateFlag_None = 0x0,
        kBitmapCreateFlag_Mutable = 0x1,
        kBitmapCreateFlag_Premultiplied = 0x2,
    };

    // returns true if an exception is set (and dumps it out to the Log)
    static bool hasException(JNIEnv*);