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

Unified Diff: src/pdf/SkPDFShader.h

Issue 18585002: Implemented transparent gradients (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Variable naming change Created 7 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
Index: src/pdf/SkPDFShader.h
diff --git a/src/pdf/SkPDFShader.h b/src/pdf/SkPDFShader.h
index f41bdf038e6b7276c88f680924e2c0e91feb53dc..0b292e932a3c0dd557a81572c59df59ffc6b7a98 100644
--- a/src/pdf/SkPDFShader.h
+++ b/src/pdf/SkPDFShader.h
@@ -57,6 +57,11 @@ protected:
// This should be made a hash table if performance is a problem.
static SkTDArray<ShaderCanonicalEntry>& CanonicalShaders();
static SkBaseMutex& CanonicalShadersMutex();
+
+ // This is an internal method.
+ // CanonicalShadersMutex() should already be acquired.
+ // This also takes ownership of shaderState.
+ static SkPDFObject* GetPDFShaderByState(State* shaderState);
static void RemoveShader(SkPDFObject* shader);
SkPDFShader();

Powered by Google App Engine
This is Rietveld 408576698