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

Unified Diff: content/browser/compositor/gpu_browser_compositor_output_surface.cc

Issue 1900993002: Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@limits
Patch Set: move-limits: types Created 4 years, 8 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/compositor/gpu_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
index 70754060307cd4311bf9c4eda9a3fce397920a96..d6b38ffc770d191b443a4df883cb6211991b9a8a 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
@@ -65,7 +65,7 @@ bool GpuBrowserCompositorOutputSurface::BindToClient(
update_vsync_parameters_callback_.callback());
if (capabilities_.uses_default_gl_framebuffer) {
capabilities_.flipped_output_surface =
- context_provider()->ContextCapabilities().gpu.flips_vertically;
+ context_provider()->ContextCapabilities().flips_vertically;
}
return true;
}
« no previous file with comments | « components/mus/surfaces/top_level_display_client.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698