aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLCaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLCaps.h')
-rw-r--r--src/gpu/gl/GrGLCaps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
index 2acfbd74ae..1cc50c2220 100644
--- a/src/gpu/gl/GrGLCaps.h
+++ b/src/gpu/gl/GrGLCaps.h
@@ -49,7 +49,7 @@ public:
/**
* no support for MSAA FBOs
*/
- kNone_MSFBOType = 0,
+ kNone_MSFBOType = 0,
/**
* GL3.0-style MSAA FBO (GL_ARB_framebuffer_object)
*/
@@ -141,7 +141,7 @@ public:
* Reports the maximum number of samples supported.
*/
int maxSampleCount() const { return fMaxSampleCount; }
-
+
/**
* Reports the type of coverage sample AA support.
*/
@@ -218,7 +218,7 @@ public:
// Does ReadPixels support the provided format/type combo?
bool readPixelsSupported(const GrGLInterface* intf,
- GrGLenum format,
+ GrGLenum format,
GrGLenum type) const;
private: