| Index: ui/gfx/gl/gl_context.cc
|
| diff --git a/ui/gfx/gl/gl_context.cc b/ui/gfx/gl/gl_context.cc
|
| index 9fc541127b5944fd2ebb2e696c1fbff0cefc9483..e3b9612f86dfae7d4d79cc25f1899ca01e369632 100644
|
| --- a/ui/gfx/gl/gl_context.cc
|
| +++ b/ui/gfx/gl/gl_context.cc
|
| @@ -69,8 +69,7 @@ GLShareGroup* GLContext::share_group() {
|
| return share_group_.get();
|
| }
|
|
|
| -bool GLContext::LosesAllContextsOnContextLost()
|
| -{
|
| +bool GLContext::LosesAllContextsOnContextLost() {
|
| switch (GetGLImplementation()) {
|
| case kGLImplementationDesktopGL:
|
| return false;
|
|
|