aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGRenderContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGRenderContext.h')
-rw-r--r--experimental/svg/model/SkSVGRenderContext.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/experimental/svg/model/SkSVGRenderContext.h b/experimental/svg/model/SkSVGRenderContext.h
index 393c2849eb..68209a73cc 100644
--- a/experimental/svg/model/SkSVGRenderContext.h
+++ b/experimental/svg/model/SkSVGRenderContext.h
@@ -67,10 +67,7 @@ public:
SkCanvas* canvas() const { return fCanvas; }
- enum ApplyFlags {
- kLeaf = 1 << 0, // the target node doesn't have descendants
- };
- void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
+ void applyPresentationAttributes(const SkSVGPresentationAttributes&);
const SkSVGNode* findNodeById(const SkString&) const;
@@ -83,8 +80,6 @@ private:
void* operator new(size_t, void*) = delete;
SkSVGRenderContext& operator=(const SkSVGRenderContext&) = delete;
- void applyOpacity(SkScalar opacity, uint32_t flags);
-
const SkSVGIDMapper& fIDMapper;
SkTCopyOnFirstWrite<SkSVGLengthContext> fLengthContext;
SkTCopyOnFirstWrite<SkSVGPresentationContext> fPresentationContext;