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

Unified Diff: src/ports/SkGlobalInitialization_none.cpp

Issue 1580873002: reorg global initialization, separating core from optional (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add dox to _core method Created 4 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 | « src/ports/SkGlobalInitialization_default.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkGlobalInitialization_none.cpp
diff --git a/example/mac/HelloWorldNSView.h b/src/ports/SkGlobalInitialization_none.cpp
similarity index 50%
copy from example/mac/HelloWorldNSView.h
copy to src/ports/SkGlobalInitialization_none.cpp
index 3de780feee17491ce9bf8957eb942caf8f97e3e6..06666fe07198e23087d5d552567e8e4aab4e02f7 100644
--- a/example/mac/HelloWorldNSView.h
+++ b/src/ports/SkGlobalInitialization_none.cpp
@@ -1,13 +1,10 @@
-
/*
- * Copyright 2013 Google Inc.
+ * Copyright 2016 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 HelloWorldNSView : SkNSView
+#include "SkFlattenable.h"
-@end
+void SkFlattenable::PrivateInitializer::InitEffects() {}
« no previous file with comments | « src/ports/SkGlobalInitialization_default.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698