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

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 speed hiccups in Windows 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
Index: experimental/SkiaExamples/SkExampleNSView.h
diff --git a/src/views/mac/SkSampleNSView.h b/experimental/SkiaExamples/SkExampleNSView.h
similarity index 60%
copy from src/views/mac/SkSampleNSView.h
copy to experimental/SkiaExamples/SkExampleNSView.h
index d3aca9a7353f01ff6e0a8c802c6276841a02fc0f..755fcdeb496c2972cbb786799d9a427e2a22ccce 100644
--- a/src/views/mac/SkSampleNSView.h
+++ b/experimental/SkiaExamples/SkExampleNSView.h
@@ -1,12 +1,13 @@
/*
- * Copyright 2011 Google Inc.
+ * 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 SkSampleNSView : SkNSView
-- (id)initWithDefaults;
+
+@interface SkExampleNSView : SkNSView
+
@end

Powered by Google App Engine
This is Rietveld 408576698