aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2016-08-04 12:30:31 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-04 12:30:31 -0700
commit1ba1d372c2727db56021d0687825320b12d10d4e (patch)
treee50c0efcd743786c323856c54fbe6988e1100179 /src/views
parent1b9e2fb49415d8dc41e449bee5f8ebec6f616d71 (diff)
Get Mac viewer working with SDL
Also fixes SkiaSDLExample. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2210603003 Review-Url: https://codereview.chromium.org/2210603003
Diffstat (limited to 'src/views')
-rw-r--r--src/views/mac/skia_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/mac/skia_mac.mm b/src/views/mac/skia_mac.mm
index ea3b75c87a..2a794071e1 100644
--- a/src/views/mac/skia_mac.mm
+++ b/src/views/mac/skia_mac.mm
@@ -90,7 +90,7 @@ int main(int argc, char *argv[]) {
[window makeKeyAndOrderFront:NSApp];
AppDelegate * appDelegate = [[[AppDelegate alloc] init] autorelease];
-
+
app.delegate = appDelegate;
NSMenu* menu=[[NSMenu alloc] initWithTitle:@"AMainMenu"];