aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.h
diff options
context:
space:
mode:
authorGravatar Adrienne Walker <enne@chromium.org>2018-05-15 11:44:34 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-16 18:19:52 +0000
commit3ed3399a932c8906d4c4a7fd1ef108ced30141d4 (patch)
treea06a50985c7116c40551f81bf547ea6266ae5e81 /src/gpu/gl/GrGLGpu.h
parent9fba557ad559f337b4ba3dcf5ab117cb68a3887a (diff)
Driver bug workaround: restore_scissor_on_fbo_change
Bug: chromium: 829614 Change-Id: I333aed9a378ab9b7aafaa96bb495378d1db4a61d Reviewed-on: https://skia-review.googlesource.com/127118 Commit-Queue: Adrienne Walker <enne@chromium.org> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/gl/GrGLGpu.h')
-rw-r--r--src/gpu/gl/GrGLGpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
index 43df889913..d09dd4cfa9 100644
--- a/src/gpu/gl/GrGLGpu.h
+++ b/src/gpu/gl/GrGLGpu.h
@@ -179,6 +179,8 @@ public:
void insertEventMarker(const char*);
+ void didBindFramebuffer();
+
private:
GrGLGpu(std::unique_ptr<GrGLContext>, GrContext*);