aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrProcessor.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-10-07 08:37:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-07 08:37:36 -0700
commitd909759832d5a6bb476597098e05bbe7ba0ccbd2 (patch)
tree2e839fd7b211ae385dc81d1b301b082a4499b6bb /include/gpu/GrProcessor.h
parent07a255310aca9f3e83bf741dc663a58818ad681c (diff)
Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/)
Reason for revert: breaks angle bot Original issue's description: > gl programs rewrite > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/07a255310aca9f3e83bf741dc663a58818ad681c TBR=bsalomon@google.com,egdaniel@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/631183003
Diffstat (limited to 'include/gpu/GrProcessor.h')
-rw-r--r--include/gpu/GrProcessor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrProcessor.h b/include/gpu/GrProcessor.h
index c1755a8954..2dbead1c22 100644
--- a/include/gpu/GrProcessor.h
+++ b/include/gpu/GrProcessor.h
@@ -42,8 +42,6 @@ public:
uint32_t fValidFlags;
bool fIsSingleComponent;
- InvariantOutput() : fColor(0), fValidFlags(0), fIsSingleComponent(false) {}
-
bool isOpaque() const {
return ((fValidFlags & kA_GrColorComponentFlag) && 0xFF == GrColorUnpackA(fColor));
}