Merge "Forward compatibility fix"

This commit is contained in:
Chris Craik
2013-08-27 18:07:49 +00:00
committed by Gerrit Code Review

View File

@@ -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*);