Commit ccfba671 authored by ccameron's avatar ccameron Committed by Commit bot

Remove "GLContex: GLContextCGL::SetSwapInterval is ignored" spam

This message fills up about:gpu and stdout, and doesn't provide any
value.

BUG=

Review URL: https://codereview.chromium.org/645143002

Cr-Commit-Position: refs/heads/master@{#299169}
parent 9fa91450
...@@ -232,10 +232,8 @@ void* GLContextCGL::GetHandle() { ...@@ -232,10 +232,8 @@ void* GLContextCGL::GetHandle() {
void GLContextCGL::SetSwapInterval(int interval) { void GLContextCGL::SetSwapInterval(int interval) {
DCHECK(IsCurrent(NULL)); DCHECK(IsCurrent(NULL));
LOG(WARNING) << "GLContex: GLContextCGL::SetSwapInterval is ignored.";
} }
bool GLContextCGL::GetTotalGpuMemory(size_t* bytes) { bool GLContextCGL::GetTotalGpuMemory(size_t* bytes) {
DCHECK(bytes); DCHECK(bytes);
*bytes = 0; *bytes = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment