Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(799)

Unified Diff: content/common/gpu/image_transport_surface_fbo_mac.mm

Issue 1366473002: Move WakeUpGpu logic to GpuChannelManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/common/gpu/image_transport_surface_fbo_mac.h ('k') | content/common/gpu/image_transport_surface_overlay_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698