Index: content/common/gpu/image_transport_surface_fbo_mac.mm |
diff --git a/content/common/gpu/image_transport_surface_fbo_mac.mm b/content/common/gpu/image_transport_surface_fbo_mac.mm |
index e672f6d599d59c6d87281edd87aa588a66f55e8b..3b6aa0fb8332b08d6838c83d64df0a5c6b6a8738 100644 |
--- a/content/common/gpu/image_transport_surface_fbo_mac.mm |
+++ b/content/common/gpu/image_transport_surface_fbo_mac.mm |
@@ -283,10 +283,6 @@ void ImageTransportSurfaceFBO::SetLatencyInfo( |
latency_info_.push_back(latency_info[i]); |
} |
-void ImageTransportSurfaceFBO::WakeUpGpu() { |
- NOTIMPLEMENTED(); |
-} |
- |
void ImageTransportSurfaceFBO::OnWillDestroyStub() { |
helper_->stub()->RemoveDestructionObserver(this); |
Destroy(); |