| Index: ui/gl/gl_context_cgl.cc
|
| diff --git a/ui/gl/gl_context_cgl.cc b/ui/gl/gl_context_cgl.cc
|
| index 999c921b9ee457383f471af1be8780125ad565c8..10f854aaccda3836fed6a53d2fc7bcda4d8be666 100644
|
| --- a/ui/gl/gl_context_cgl.cc
|
| +++ b/ui/gl/gl_context_cgl.cc
|
| @@ -232,10 +232,8 @@ void* GLContextCGL::GetHandle() {
|
|
|
| void GLContextCGL::SetSwapInterval(int interval) {
|
| DCHECK(IsCurrent(NULL));
|
| - LOG(WARNING) << "GLContex: GLContextCGL::SetSwapInterval is ignored.";
|
| }
|
|
|
| -
|
| bool GLContextCGL::GetTotalGpuMemory(size_t* bytes) {
|
| DCHECK(bytes);
|
| *bytes = 0;
|
|
|