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

Unified Diff: components/mus/gpu/gpu_service_mus.cc

Issue 1962493002: Make Mac swap code like other platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 4 years, 7 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: components/mus/gpu/gpu_service_mus.cc
diff --git a/components/mus/gpu/gpu_service_mus.cc b/components/mus/gpu/gpu_service_mus.cc
index 814ef487d6ad3e49a0a800848d038e642e6697b2..2d6f770d2e3d0303cc682afb8f30eae17ed6ade4 100644
--- a/components/mus/gpu/gpu_service_mus.cc
+++ b/components/mus/gpu/gpu_service_mus.cc
@@ -40,18 +40,6 @@ void GpuServiceMus::StoreShaderToDisk(int32_t client_id,
NOTIMPLEMENTED();
}
-#if defined(OS_MACOSX)
-void GpuServiceMus::SendAcceleratedSurfaceBuffersSwapped(
- gpu::SurfaceHandle surface_handle,
- CAContextID ca_context_id,
- const gfx::ScopedRefCountedIOSurfaceMachPort& io_surface,
- const gfx::Size& size,
- float scale_factor,
- std::vector<ui::LatencyInfo> latency_info) {
- NOTIMPLEMENTED();
-}
-#endif
-
#if defined(OS_WIN)
void GpuServiceMus::SendAcceleratedSurfaceCreatedChildWindow(
gpu::SurfaceHandle parent_window,
« no previous file with comments | « components/mus/gpu/gpu_service_mus.h ('k') | content/browser/compositor/browser_compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698