Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: gm/verylargebitmap.cpp

Issue 867963004: remove unused GM flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guarded flags Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/verttext2.cpp ('k') | gm/yuvtorgbeffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/verylargebitmap.cpp
diff --git a/gm/verylargebitmap.cpp b/gm/verylargebitmap.cpp
index 00d1b71c3de06e8f8ef9e479eefe9bd0657b3985..1cfecd8ad7725012728050f2bc8a8efef87111af 100644
--- a/gm/verylargebitmap.cpp
+++ b/gm/verylargebitmap.cpp
@@ -99,18 +99,6 @@ protected:
show_bm(canvas, veryBig, small, colors);
}
-#ifdef SK_BUILD_FOR_WIN32
- virtual uint32_t onGetFlags() const {
- // The Windows bot runs out of memory in replay modes on this test in 32bit builds:
- // http://skbug.com/1756
- return kSkipPicture_Flag |
- kSkipPipe_Flag |
- kSkipPipeCrossProcess_Flag |
- kSkipTiled_Flag |
- kSkipScaledReplay_Flag;
- }
-#endif
-
private:
typedef skiagm::GM INHERITED;
};
« no previous file with comments | « gm/verttext2.cpp ('k') | gm/yuvtorgbeffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698