Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1204)

Unified Diff: example/mac/HelloWorldNSView.mm

Issue 886413004: move HelloWorld to be a peer of SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: exclude android as well Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « example/mac/HelloWorldNSView.h ('k') | gyp/example.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/mac/HelloWorldNSView.mm
diff --git a/experimental/SkiaExamples/SkExampleNSView.mm b/example/mac/HelloWorldNSView.mm
similarity index 58%
copy from experimental/SkiaExamples/SkExampleNSView.mm
copy to example/mac/HelloWorldNSView.mm
index f014fa31c9d42cce79188142ae0a31c09c88901f..dcc82e34dcdf99d42404f26474f6fdb4cd449975 100644
--- a/experimental/SkiaExamples/SkExampleNSView.mm
+++ b/example/mac/HelloWorldNSView.mm
@@ -1,17 +1,16 @@
-//
-// SkExampleNSView.m
-// SkiaExamples
-//
-// Created by Sergio González on 6/11/13.
-//
-//
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
-#import "SkExampleNSView.h"
+#import "HelloWorldNSView.h"
#include "SkApplication.h"
#include <crt_externs.h>
-@implementation SkExampleNSView
+@implementation HelloWorldNSView
- (id)initWithDefaults {
if ((self = [super initWithDefaults])) {
« no previous file with comments | « example/mac/HelloWorldNSView.h ('k') | gyp/example.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698