aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-02-05 07:17:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-05 07:17:34 -0800
commite63ffef6248bd103b5f7827f1e4bc75e47ca9e20 (patch)
tree982e920b3597332f6c653ea848485cbb6e09c71f /src/gpu/SkGpuDevice.h
parentd3b32bf8322877cf263229735aef4f04df5415c4 (diff)
Remove deferred clear from SkGpuDevice
Add combining to GrClearBatch Fix issue with state tracking in GrGLGpu::createTestingOnlyBackendTexture Add tests for clearing GPU SkSurfaces and add tests for GrDrawContext::clear(). Add comment that SkCanvas::flush will resolve the RT in the GPU case. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1658823002 Review URL: https://codereview.chromium.org/1658823002
Diffstat (limited to 'src/gpu/SkGpuDevice.h')
-rw-r--r--src/gpu/SkGpuDevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
index 19bef21038..8bf04b1182 100644
--- a/src/gpu/SkGpuDevice.h
+++ b/src/gpu/SkGpuDevice.h
@@ -164,7 +164,6 @@ private:
GrClip fClip;;
// remove when our clients don't rely on accessBitmap()
SkBitmap fLegacyBitmap;
- bool fNeedClear;
bool fOpaque;
enum Flags {