Chromium Code Reviews| Index: src/gpu/gl/GrGLStencilBuffer.cpp |
| diff --git a/src/gpu/gl/GrGLStencilBuffer.cpp b/src/gpu/gl/GrGLStencilBuffer.cpp |
| index 1e854cf145c122b8d0ce830d42541bd12e997ace..b6dfbb551d57ab1c5f50ed94c0af184432ebf973 100644 |
| --- a/src/gpu/gl/GrGLStencilBuffer.cpp |
| +++ b/src/gpu/gl/GrGLStencilBuffer.cpp |
| @@ -7,7 +7,7 @@ |
| #include "GrGLStencilBuffer.h" |
| -#include "GrGpuGL.h" |
| +#include "GrGLGpu.h" |
| size_t GrGLStencilBuffer::onGpuMemorySize() const { |
| uint64_t size = this->width(); |