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 b7b8a7f15d23dcafc886d581fa5dd1b7e492c513..6ba937aed2e2909d3caf9d5bddd1c91e2a001649 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.cc |
+++ b/gpu/command_buffer/client/gles2_implementation.cc |
@@ -340,13 +340,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", |