| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 50b2089a59c095b14a48d549a4f1f898ed41348f..99b2450ccba64134b11ed9404196cac71db1a9e3 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -354,13 +354,6 @@ void GLES2Implementation::SignalQuery(uint32 query,
|
| callback));
|
| }
|
|
|
| -void GLES2Implementation::SetSurfaceVisible(bool visible) {
|
| - TRACE_EVENT1(
|
| - "gpu", "GLES2Implementation::SetSurfaceVisible", "visible", visible);
|
| - ShallowFlushCHROMIUM();
|
| - gpu_control_->SetSurfaceVisible(visible);
|
| -}
|
| -
|
| void GLES2Implementation::SetAggressivelyFreeResources(
|
| bool aggressively_free_resources) {
|
| TRACE_EVENT1("gpu", "GLES2Implementation::SetAggressivelyFreeResources",
|
|
|