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

Unified Diff: components/mus/surfaces/top_level_display_client.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: components/mus/surfaces/top_level_display_client.cc
diff --git a/components/mus/surfaces/top_level_display_client.cc b/components/mus/surfaces/top_level_display_client.cc
index b70f8b34b4df1160c9a98c2a71410277773d95c6..cdcd6cf550d03ee6a1b78be5db74366eea1dbebc 100644
--- a/components/mus/surfaces/top_level_display_client.cc
+++ b/components/mus/surfaces/top_level_display_client.cc
@@ -54,7 +54,7 @@ TopLevelDisplayClient::TopLevelDisplayClient(
CHECK(surfaces_context_provider->BindToCurrentThread());
std::unique_ptr<cc::OutputSurface> output_surface;
- if (surfaces_context_provider->ContextCapabilities().gpu.surfaceless) {
+ if (surfaces_context_provider->ContextCapabilities().surfaceless) {
#if defined(USE_OZONE)
output_surface = base::WrapUnique(new DirectOutputSurfaceOzone(
surfaces_context_provider, widget, task_runner_.get(), GL_TEXTURE_2D,

Powered by Google App Engine
This is Rietveld 408576698