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

Unified Diff: src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp

Issue 233093003: Fix GPU-less build. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp
diff --git a/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp b/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp
index 22b33e82422040b6034a189d977f200f12457e87..d7b03840172164af52a5ed7d1f68f4a47230165b 100644
--- a/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp
+++ b/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp
@@ -6,11 +6,11 @@
*/
#include "SkTwoPointConicalGradient_gpu.h"
-#include "GrTBackendEffectFactory.h"
scroggo 2014/04/10 16:03:19 Why doesn't this file exist in GPU-less build? Ei
egdaniel 2014/04/10 16:14:20 Ah that's right. If the gpu is not supported we do
#include "SkTwoPointConicalGradient.h"
#if SK_SUPPORT_GPU
+#include "GrTBackendEffectFactory.h"
// For brevity
typedef GrGLUniformManager::UniformHandle UniformHandle;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698