aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/GrAddPathRenderers_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrAddPathRenderers_none.cpp')
-rw-r--r--src/gpu/GrAddPathRenderers_none.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gpu/GrAddPathRenderers_none.cpp b/src/gpu/GrAddPathRenderers_none.cpp
new file mode 100644
index 0000000..46855db
--- /dev/null
+++ b/src/gpu/GrAddPathRenderers_none.cpp
@@ -0,0 +1,15 @@
+
+/*
+ * 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 "GrPathRenderer.h"
+
+
+void GrPathRenderer::AddPathRenderers(GrContext*,
+ GrPathRendererChain::UsageFlags,
+ GrPathRendererChain*) {}