Chromium Code Reviews| Index: app/gfx/gl/gl_context.h |
| =================================================================== |
| --- app/gfx/gl/gl_context.h (revision 66779) |
| +++ app/gfx/gl/gl_context.h (working copy) |
| @@ -39,7 +39,7 @@ |
| // 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) {} |
| + virtual void SetSize(gfx::Size) { } |
|
apatrick_chromium
2010/11/19 23:09:51
You only made a whitespace change to this file.
nduca
2010/11/20 00:28:49
Done.
|
| // Get the size of the back buffer. |
| virtual gfx::Size GetSize() = 0; |