Commit ca25662a authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Migrate to OS_MAC and OS_APPLE in skia

Bug: 1105907
Change-Id: Iced94df0bfda68ba8f04792a88dd136395621ab0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324900Reviewed-by: default avatarStephen White <senorblanco@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792843}
parent 7c57be77
...@@ -75,7 +75,7 @@ bool VerifyRect(const SkCanvas& canvas, ...@@ -75,7 +75,7 @@ bool VerifyRect(const SkCanvas& canvas,
return true; return true;
} }
#if !defined(USE_AURA) && !defined(OS_MACOSX) #if !defined(USE_AURA) && !defined(OS_MAC)
// Return true if canvas has something that passes for a rounded-corner // Return true if canvas has something that passes for a rounded-corner
// rectangle. Basically, we're just checking to make sure that the pixels in the // rectangle. Basically, we're just checking to make sure that the pixels in the
// middle are of rect_color and pixels in the corners are of canvas_color. // middle are of rect_color and pixels in the corners are of canvas_color.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment