Back out 47584f117727 and e05a8743389a (bug 717283) because of native Android startup crashes

This commit is contained in:
Matt Brubeck
2012-01-20 11:42:34 -08:00
parent 41a95ecfd6
commit c71d11c781
11 changed files with 286 additions and 608 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;
};