aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/SkEffects_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkEffects_none.cpp')
-rw-r--r--src/effects/SkEffects_none.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/effects/SkEffects_none.cpp b/src/effects/SkEffects_none.cpp
new file mode 100644
index 0000000..519fcf7
--- /dev/null
+++ b/src/effects/SkEffects_none.cpp
@@ -0,0 +1,17 @@
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "SkTypes.h"
+
+#if !SK_ALLOW_STATIC_GLOBAL_INITIALIZERS
+
+#include "../../include/effects/SkEffects.h"
+
+void SkEffects::Init() {
+}
+
+#endif