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

Unified Diff: src/pdf/SkPDFShader.h

Issue 18585002: Implemented transparent gradients (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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
Index: src/pdf/SkPDFShader.h
diff --git a/src/pdf/SkPDFShader.h b/src/pdf/SkPDFShader.h
index f41bdf038e6b7276c88f680924e2c0e91feb53dc..62bd5499ada0bff5c3130caed581560e7ca1d4cb 100644
--- a/src/pdf/SkPDFShader.h
+++ b/src/pdf/SkPDFShader.h
@@ -57,6 +57,8 @@ protected:
// This should be made a hash table if performance is a problem.
static SkTDArray<ShaderCanonicalEntry>& CanonicalShaders();
static SkBaseMutex& CanonicalShadersMutex();
+
+ static SkPDFObject* GetPDFShaderByState(State* shaderState);
static void RemoveShader(SkPDFObject* shader);
SkPDFShader();

Powered by Google App Engine
This is Rietveld 408576698