| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index a7ed075c23c8ce98c2c4f1947adb46e943b0d251..f874f46c433c8521677454f604d4426f88b1d5d0 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -124,7 +124,7 @@ class GpuCommandBufferStub
|
|
|
| void SendCachedShader(const std::string& key, const std::string& shader);
|
|
|
| - gfx::GLSurface* surface() const { return surface_; }
|
| + gfx::GLSurface* surface() const { return surface_.get(); }
|
|
|
| void AddDestructionObserver(DestructionObserver* observer);
|
| void RemoveDestructionObserver(DestructionObserver* observer);
|
|
|