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

Unified Diff: content/browser/gpu/gpu_surface_tracker.h

Issue 1963263002: Fix Mac resize, delete more Mac code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: content/browser/gpu/gpu_surface_tracker.h
diff --git a/content/browser/gpu/gpu_surface_tracker.h b/content/browser/gpu/gpu_surface_tracker.h
index c3541e849f7bf38dbbcf48bd31451d980376aa14..bb5c5c4ae018d07da485366140484d2db932f573 100644
--- a/content/browser/gpu/gpu_surface_tracker.h
+++ b/content/browser/gpu/gpu_surface_tracker.h
@@ -28,7 +28,7 @@ namespace content {
// ANativeWindow, using GpuSurfaceLookup (implemented by
// SurfaceTextureManagerImpl).
// On Mac, the handle just passes through the GPU process, and is sent back via
-// GpuHostMsg_AcceleratedSurfaceBuffersSwapped to reference the surface.
+// GpuCommandBufferMsg_SwapBuffersCompleted to reference the surface.
// This class is thread safe.
class CONTENT_EXPORT GpuSurfaceTracker : public gpu::GpuSurfaceLookup {
public:
« no previous file with comments | « content/browser/gpu/gpu_process_host_ui_shim.h ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698