Eliminate coupling between the software layer client and the rest of Fennec

This commit is contained in:
Patrick Walton
2012-02-02 23:30:41 -08:00
parent 9b354ce67e
commit 39225caccc
10 changed files with 92 additions and 49 deletions

View File

@@ -193,7 +193,6 @@ protected:
static jmethodID jGetRenderOffsetMethod;
};
class AndroidGeckoSurfaceView : public WrappedJavaObject
{
public: