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

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

Issue 1354923003: Remove kernelUnitLength plumbing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TEs Created 5 years, 3 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/FELighting.h
diff --git a/Source/platform/graphics/filters/FELighting.h b/Source/platform/graphics/filters/FELighting.h
index b5ba280c329067c1fff476bfcd563c45914bb065..b9e88c0b7cc8aa49511c3c3a426e866cdeddb5f8 100644
--- a/Source/platform/graphics/filters/FELighting.h
+++ b/Source/platform/graphics/filters/FELighting.h
@@ -50,7 +50,7 @@ protected:
FloatRect mapPaintRect(const FloatRect&, bool forward = true) final;
bool affectsTransparentPixels() override { return true; }
- FELighting(Filter*, LightingType, const Color&, float, float, float, float, float, float, PassRefPtr<LightSource>);
+ FELighting(Filter*, LightingType, const Color&, float, float, float, float, PassRefPtr<LightSource>);
LightingType m_lightingType;
RefPtr<LightSource> m_lightSource;
@@ -60,8 +60,6 @@ protected:
float m_diffuseConstant;
float m_specularConstant;
float m_specularExponent;
- float m_kernelUnitLengthX;
- float m_kernelUnitLengthY;
};
} // namespace blink
« no previous file with comments | « Source/platform/graphics/filters/FEDiffuseLighting.cpp ('k') | Source/platform/graphics/filters/FELighting.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698