aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLCaps.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-04-16 11:22:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-16 11:22:42 -0700
commit8dc7c3a839b38b73af34cc2674a06f49eb1ce527 (patch)
tree8e0b5386124df537472c66769a73a276351d95f0 /src/gpu/gl/GrGLCaps.h
parent9c798207b7c710148d7f2989e877a7ece62edd5e (diff)
Rename GrStencilBuffer to GrStencilAttachment
Diffstat (limited to 'src/gpu/gl/GrGLCaps.h')
-rw-r--r--src/gpu/gl/GrGLCaps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
index 53587e1ad6..a1d53e30fa 100644
--- a/src/gpu/gl/GrGLCaps.h
+++ b/src/gpu/gl/GrGLCaps.h
@@ -10,7 +10,7 @@
#define GrGLCaps_DEFINED
#include "GrDrawTargetCaps.h"
-#include "GrGLStencilBuffer.h"
+#include "GrGLStencilAttachment.h"
#include "SkChecksum.h"
#include "SkTHash.h"
#include "SkTArray.h"
@@ -26,7 +26,7 @@ class GrGLCaps : public GrDrawTargetCaps {
public:
SK_DECLARE_INST_COUNT(GrGLCaps)
- typedef GrGLStencilBuffer::Format StencilFormat;
+ typedef GrGLStencilAttachment::Format StencilFormat;
/**
* The type of MSAA for FBOs supported. Different extensions have different
@@ -132,7 +132,7 @@ public:
*/
void markColorConfigAndStencilFormatAsVerified(
GrPixelConfig config,
- const GrGLStencilBuffer::Format& format);
+ const GrGLStencilAttachment::Format& format);
/**
* Call to check whether color config / stencil format pair has already
@@ -140,7 +140,7 @@ public:
*/
bool isColorConfigAndStencilFormatVerified(
GrPixelConfig config,
- const GrGLStencilBuffer::Format& format) const;
+ const GrGLStencilAttachment::Format& format) const;
/**
* Reports the type of MSAA FBO support.