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.
This commit is contained in:
Adam Barth 2015-11-27 23:17:33 -08:00
parent 9297e44f00
commit def06cc72b

View File

@ -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