| Index: app/gfx/gl/gl_context.h
|
| diff --git a/app/gfx/gl/gl_context.h b/app/gfx/gl/gl_context.h
|
| index 865af76595da34d8ab6d70e7ecfd6222e39092e4..5264c4acddc0b4fee6a4355e642b84aee866ea14 100644
|
| --- a/app/gfx/gl/gl_context.h
|
| +++ b/app/gfx/gl/gl_context.h
|
| @@ -36,11 +36,6 @@ class GLContext {
|
| // contexts.
|
| virtual bool SwapBuffers() = 0;
|
|
|
| - // Set the size of the back buffer.
|
| - // FIXME(backer): Currently a NOP. Once we have an implementation for each
|
| - // backend we can switch it to pure virtual.
|
| - virtual void SetSize(gfx::Size) {}
|
| -
|
| // Get the size of the back buffer.
|
| virtual gfx::Size GetSize() = 0;
|
|
|
|
|