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

Unified Diff: src/pdf/SkPDFShader.h

Issue 862113004: Simplify SkPDFShader class. Now invalid objects are never created. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: get rid of fSelf crazyness Created 5 years, 11 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 | src/pdf/SkPDFShader.cpp » ('j') | src/pdf/SkPDFShader.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFShader.h
diff --git a/src/pdf/SkPDFShader.h b/src/pdf/SkPDFShader.h
index e0abff8f68388324128cbe15bfebfc4d49540bc2..ba10243ff435cf488207e9fc59f89bfe12363cf8 100644
--- a/src/pdf/SkPDFShader.h
+++ b/src/pdf/SkPDFShader.h
@@ -55,13 +55,10 @@ protected:
// CanonicalShadersMutex() should already be acquired.
// This also takes ownership of shaderState.
static SkPDFObject* GetPDFShaderByState(State* shaderState);
- static SkPDFObject* AddToCanonIfValid(SkPDFShader*);
- static void RemoveFromCanonIfValid(SkPDFShader*);
SkPDFShader(State*);
virtual ~SkPDFShader();
- virtual bool isValid() = 0;
virtual SkPDFObject* toPDFObject() = 0;
mtklein 2015/01/22 18:32:41 Uh, wait, what's really going on here? Is SkPDFSh
};
« no previous file with comments | « no previous file | src/pdf/SkPDFShader.cpp » ('j') | src/pdf/SkPDFShader.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698