| Index: gm/verylargebitmap.cpp
|
| diff --git a/gm/verylargebitmap.cpp b/gm/verylargebitmap.cpp
|
| index e0a46181307921403e7c594d91a42804b30b2e4c..6eca701cc780dcb6f3f8de8f5d57ca34842dd36b 100644
|
| --- a/gm/verylargebitmap.cpp
|
| +++ b/gm/verylargebitmap.cpp
|
| @@ -119,8 +119,5 @@ private:
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|
| -// This GM allocates more memory than Android devices are capable of fulfilling.
|
| -#ifndef SK_BUILD_FOR_ANDROID
|
| static skiagm::GM* MyFactory(void*) { return new VeryLargeBitmapGM; }
|
| static skiagm::GMRegistry reg(MyFactory);
|
| -#endif
|
|
|