Fix broken build due to updated #define
TBR=scroggo@google.com Review URL: https://codereview.chromium.org/934803003
This commit is contained in:
parent
059034d252
commit
50da1d8c3b
@ -259,7 +259,7 @@ static void test_gen_id(skiatest::Reporter* reporter) {
|
||||
REPORTER_ASSERT(reporter, a.getGenerationID() == x);
|
||||
REPORTER_ASSERT(reporter, w != x);
|
||||
|
||||
#ifdef SK_BUILD_FOR_ANDROID
|
||||
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
||||
static bool kExpectGenIDToIgnoreFill = false;
|
||||
#else
|
||||
static bool kExpectGenIDToIgnoreFill = true;
|
||||
|
Loading…
Reference in New Issue
Block a user