Backout 91eebc6bdb59 & 7d776b291014 (bug 717283) for Android native reftest crashes

This commit is contained in:
Ed Morley
2012-01-22 11:55:18 +00:00
parent 45256cb4c2
commit e54b557a28
11 changed files with 286 additions and 613 deletions

View File

@@ -161,9 +161,8 @@ public:
jobject LockBuffer();
unsigned char *LockBufferBits();
void UnlockBuffer();
void GetRenderOffset(nsIntPoint &aOffset);
bool BeginDrawing(int aWidth, int aHeight, const nsAString &aMetadata, bool aHasDirectTexture);
void EndDrawing(const nsIntRect &aRect);
void BeginDrawing(int aWidth, int aHeight);
void EndDrawing(const nsIntRect &aRect, const nsAString &aMetadata, bool aHasDirectTexture);
private:
static jclass jGeckoSoftwareLayerClientClass;
@@ -171,7 +170,6 @@ private:
static jmethodID jUnlockBufferMethod;
protected:
static jmethodID jGetRenderOffsetMethod;
static jmethodID jBeginDrawingMethod;
static jmethodID jEndDrawingMethod;
};