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

Unified Diff: experimental/SkiaExamples/SkExampleNSView.h

Issue 16337012: Smallest possible desktop application that uses Skia to render stuff. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix OSX build. Created 7 years, 6 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 | « experimental/SkiaExamples/HelloSkiaExample.cpp ('k') | experimental/SkiaExamples/SkExampleNSView.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkiaExamples/SkExampleNSView.h
diff --git a/experimental/SkiaExamples/SkExampleNSView.h b/experimental/SkiaExamples/SkExampleNSView.h
new file mode 100644
index 0000000000000000000000000000000000000000..755fcdeb496c2972cbb786799d9a427e2a22ccce
--- /dev/null
+++ b/experimental/SkiaExamples/SkExampleNSView.h
@@ -0,0 +1,13 @@
+
+/*
+ * Copyright 2013 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#import "SkNSView.h"
+
+@interface SkExampleNSView : SkNSView
+
+@end
« no previous file with comments | « experimental/SkiaExamples/HelloSkiaExample.cpp ('k') | experimental/SkiaExamples/SkExampleNSView.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698