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

Unified Diff: include/core/SkShader.h

Issue 422023005: Remove relative path to GrColor.h in SkShader.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: really fix no-gpu build Created 6 years, 5 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 | « gyp/core.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkShader.h
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index e5af40dd7a181295a7433af9373a721e22805579..db40882b89f8314e04a0392b926ea9abd1be75a6 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -14,7 +14,7 @@
#include "SkMask.h"
#include "SkMatrix.h"
#include "SkPaint.h"
-#include "../gpu/GrColor.h"
+#include "GrColor.h"
class SkPath;
class SkPicture;
« no previous file with comments | « gyp/core.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698