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

Unified Diff: Source/platform/graphics/filters/FEComponentTransfer.h

Issue 1184713005: Removing unused methods from FEComponentTransfer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/platform/graphics/filters/FEComponentTransfer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FEComponentTransfer.h
diff --git a/Source/platform/graphics/filters/FEComponentTransfer.h b/Source/platform/graphics/filters/FEComponentTransfer.h
index bbedcc3a7b35f2aad6210deec661000bc2ddb864..85292fb61e726a9624abd7efed1712ead0b35d4b 100644
--- a/Source/platform/graphics/filters/FEComponentTransfer.h
+++ b/Source/platform/graphics/filters/FEComponentTransfer.h
@@ -64,18 +64,6 @@ public:
static PassRefPtrWillBeRawPtr<FEComponentTransfer> create(Filter*, const ComponentTransferFunction& redFunc, const ComponentTransferFunction& greenFunc,
const ComponentTransferFunction& blueFunc, const ComponentTransferFunction& alphaFunc);
- ComponentTransferFunction redFunction() const;
- void setRedFunction(const ComponentTransferFunction&);
-
- ComponentTransferFunction greenFunction() const;
- void setGreenFunction(const ComponentTransferFunction&);
-
- ComponentTransferFunction blueFunction() const;
- void setBlueFunction(const ComponentTransferFunction&);
-
- ComponentTransferFunction alphaFunction() const;
- void setAlphaFunction(const ComponentTransferFunction&);
-
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) override;
virtual TextStream& externalRepresentation(TextStream&, int indention) const override;
« no previous file with comments | « no previous file | Source/platform/graphics/filters/FEComponentTransfer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698