Re-enable gm fontscaler for Android

This was fixed in 4.1, and we're upgrading the bots since no non-beta client
uses 4.0.
Review URL: https://codereview.appspot.com/6334058

git-svn-id: http://skia.googlecode.com/svn/trunk@4342 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
borenet@google.com 2012-06-26 17:23:52 +00:00
parent 3b42998466
commit 0682ca6971

View File

@ -85,9 +85,9 @@ private:
};
//////////////////////////////////////////////////////////////////////////////
#ifndef SK_BUILD_FOR_ANDROID
static GM* MyFactory(void*) { return new FontScalerGM; }
static GMRegistry reg(MyFactory);
#endif
}