aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProcessor.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-06-13 09:01:36 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-13 18:07:58 +0000
commitf18c756360bde970c95a9ca5a47f8e6e12a6ba87 (patch)
tree9d7c42ad6bb33f7c8279f39914a466773e9c8c1b /src/gpu/GrProcessor.h
parentda86e2822ab31770e989009716dd4c89966ade45 (diff)
Pull non-substantive changes out of omnibus CL
https://skia-review.googlesource.com/c/skia/+/131500 (Move op memory storage to GrContext) is still a bit of a monster. Offload the trivial stuff. Change-Id: I27eb0c441d08111491b3cfee3b93d260c26c2790 Reviewed-on: https://skia-review.googlesource.com/134501 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrProcessor.h')
-rw-r--r--src/gpu/GrProcessor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrProcessor.h b/src/gpu/GrProcessor.h
index c7704dbdf1..5d7fbd7a62 100644
--- a/src/gpu/GrProcessor.h
+++ b/src/gpu/GrProcessor.h
@@ -215,8 +215,7 @@ public:
bool instantiate(GrResourceProvider* resourceProvider) const;
protected:
- GrResourceIOProcessor(ClassID classID)
- : INHERITED(classID) {}
+ GrResourceIOProcessor(ClassID classID) : INHERITED(classID) {}
/**
* Subclasses call these from their constructor to register sampler sources. The processor