Fix type in Andoird string.

Bug: skia:
Change-Id: I975a7cb8e67735c3c27eec100204fb470cd89e56
Reviewed-on: https://skia-review.googlesource.com/c/188309
Auto-Submit: Greg Daniel <egdaniel@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Reed <reed@google.com>
This commit is contained in:
Greg Daniel 2019-01-31 14:07:58 -05:00 committed by Skia Commit-Bot
parent 1c2052363e
commit 932dd07e4c

View File

@ -651,7 +651,7 @@ bool VulkanTestHelper::importHardwareBuffer(skiatest::Reporter* reporter,
err = fVkGetAndroidHardwareBufferPropertiesANDROID(fDevice, buffer, &hwbProps);
if (VK_SUCCESS != err) {
ERRORF(reporter, "GetAndroidHardwareBufferPropertiesAndoird failed, err: %d", err);
ERRORF(reporter, "GetAndroidHardwareBufferPropertiesAndroid failed, err: %d", err);
return false;
}