Index: ui/gl/gl_image_shared_memory_unittest.cc |
diff --git a/ui/gl/gl_image_shared_memory_unittest.cc b/ui/gl/gl_image_shared_memory_unittest.cc |
index 98eb20edd5ddf4fc220d8b0e0cfe106ddaf73e27..074f1c78fb1b78bd2d2c6e317fe4e4ffd56a4088 100644 |
--- a/ui/gl/gl_image_shared_memory_unittest.cc |
+++ b/ui/gl/gl_image_shared_memory_unittest.cc |
@@ -13,8 +13,9 @@ namespace { |
template <BufferFormat format> |
class GLImageSharedMemoryTestDelegate { |
public: |
- scoped_refptr<GLImage> CreateSolidColorImage(const Size& size, |
- const uint8_t color[4]) const { |
+ scoped_refptr<gl::GLImage> CreateSolidColorImage( |
+ const Size& size, |
+ const uint8_t color[4]) const { |
DCHECK_EQ(NumberOfPlanesForBufferFormat(format), 1u); |
base::SharedMemory shared_memory; |
bool rv = shared_memory.CreateAndMapAnonymous( |