Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
index b6ece7c159571dac2013b3c5886e6bc977061c1d..3cf44a19322e01bb8c754e4d63c11fc9142422e9 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -402,13 +402,6 @@ void WebGraphicsContext3DInProcessCommandBufferImpl:: |
NOTIMPLEMENTED(); |
} |
-void WebGraphicsContext3DInProcessCommandBufferImpl:: |
- rateLimitOffscreenContextCHROMIUM() { |
- // TODO(gmam): See if we can comment this in. |
- // ClearContext(); |
- gl_->RateLimitOffscreenContextCHROMIUM(); |
-} |
- |
blink::WebString WebGraphicsContext3DInProcessCommandBufferImpl:: |
getRequestableExtensionsCHROMIUM() { |
// TODO(gmam): See if we can comment this in. |