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

Unified Diff: src/effects/SkMagnifierImageFilter.cpp

Issue 643743003: Create helper functions to use in computeInvariantOutput calls (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixes Created 6 years, 2 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: src/effects/SkMagnifierImageFilter.cpp
diff --git a/src/effects/SkMagnifierImageFilter.cpp b/src/effects/SkMagnifierImageFilter.cpp
index 97e906832306234ff1c5393bfb7ffa47a7ef88e7..5199ec3e43a9c55dcc3e682af70739955b2c394e 100644
--- a/src/effects/SkMagnifierImageFilter.cpp
+++ b/src/effects/SkMagnifierImageFilter.cpp
@@ -229,7 +229,6 @@ bool GrMagnifierEffect::onIsEqual(const GrProcessor& sBase) const {
void GrMagnifierEffect::onComputeInvariantOutput(InvariantOutput* inout) const {
this->updateInvariantOutputForModulation(inout);
bsalomon 2014/10/10 19:48:16 do we still want this function?
egdaniel 2014/10/13 16:44:57 So the basic structure of this function is: if(te
- inout->fIsSingleComponent = false;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698