Disable SkSG unit test for G3
Speculative fix for G3 rolls. TBR= Change-Id: I937d3b432cdf0c0d654f0976fd683acba39470ef Reviewed-on: https://skia-review.googlesource.com/90405 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
This commit is contained in:
parent
67cd9b273f
commit
f4f3f0fb29
@ -6,6 +6,9 @@
|
||||
*/
|
||||
|
||||
#include "SkRect.h"
|
||||
|
||||
#if !defined(SK_BUILD_FOR_GOOGLE3)
|
||||
|
||||
#include "SkSGColor.h"
|
||||
#include "SkSGDraw.h"
|
||||
#include "SkSGGroup.h"
|
||||
@ -117,3 +120,5 @@ DEF_TEST(SGInvalidation, reporter) {
|
||||
&damage);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // !defined(SK_BUILD_FOR_GOOGLE3)
|
||||
|
Loading…
Reference in New Issue
Block a user