From 5353bae113f98e044113ddf7df5ee26906e1be61 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Thu, 4 Sep 2014 09:51:33 -0400 Subject: Temporarily disable tiling another GM that produces errors with the existing 64-bit ARM toolchain. BUG=skia:2908 Review URL: https://codereview.chromium.org/537343003 --- gm/filterindiabox.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gm/filterindiabox.cpp') diff --git a/gm/filterindiabox.cpp b/gm/filterindiabox.cpp index 405c659d51..a29f08b8b6 100644 --- a/gm/filterindiabox.cpp +++ b/gm/filterindiabox.cpp @@ -75,6 +75,13 @@ protected: return fName; } +#ifdef SK_CPU_ARM64 + // Skip tiled drawing on 64-bit ARM until https://skbug.com/2908 is fixed. + virtual uint32_t onGetFlags() const SK_OVERRIDE { + return kSkipTiled_Flag; + } +#endif + virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(1024, 768); } -- cgit v1.2.3