From def06cc72b7e35e6fcfda626d46985c04dc73336 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 27 Nov 2015 23:17:33 -0800 Subject: [PATCH] SkyShell on Mac shows a blank window When I run SkyShell on Mac from the command line, I get a blank screen unless I make the change in this patch. --- sky/engine/core/script/dart_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/engine/core/script/dart_init.h b/sky/engine/core/script/dart_init.h index 8349eaac7cc..1c5895025a3 100644 --- a/sky/engine/core/script/dart_init.h +++ b/sky/engine/core/script/dart_init.h @@ -10,7 +10,7 @@ namespace blink { -#define DART_ALLOW_DYNAMIC_RESOLUTION (WTF_OS_IOS || WTF_OS_MACOSX) +#define DART_ALLOW_DYNAMIC_RESOLUTION OS(IOS) #if DART_ALLOW_DYNAMIC_RESOLUTION