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

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

Issue 1097053004: Drop some dead code from FilterEffect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: Source/platform/graphics/filters/FEComposite.h
diff --git a/Source/platform/graphics/filters/FEComposite.h b/Source/platform/graphics/filters/FEComposite.h
index 485f30298bcf9d322e703fcd0eae44aa9ff48952..7a622e279976f4bb63414bbf3d431284e6cb2e94 100644
--- a/Source/platform/graphics/filters/FEComposite.h
+++ b/Source/platform/graphics/filters/FEComposite.h
@@ -25,7 +25,6 @@
#include "SkXfermode.h"
#include "platform/graphics/filters/FilterEffect.h"
-#include "wtf/text/WTFString.h"
namespace blink {
@@ -74,12 +73,6 @@ private:
PassRefPtr<SkImageFilter> createImageFilterInternal(SkiaImageFilterBuilder*, bool requiresPMColorValidation);
- template <int b1, int b4>
- static inline void computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination,
- unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
- static inline void platformArithmeticNeon(unsigned char* source, unsigned char* destination,
- unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
-
CompositeOperationType m_type;
float m_k1;
float m_k2;

Powered by Google App Engine
This is Rietveld 408576698