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

Unified Diff: components/mus/surfaces/surfaces_context_provider.cc

Issue 1898803003: Don't set capabilities_.gpu.image in SurfacesContextProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: surface-image 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/surfaces/surfaces_context_provider.cc
diff --git a/components/mus/surfaces/surfaces_context_provider.cc b/components/mus/surfaces/surfaces_context_provider.cc
index 44e45798cb64afb69c1db10d62213a9ea701ef9c..a2271d21904bb8cf644d480c167bdb05e8427e56 100644
--- a/components/mus/surfaces/surfaces_context_provider.cc
+++ b/components/mus/surfaces/surfaces_context_provider.cc
@@ -31,7 +31,6 @@ SurfacesContextProvider::SurfacesContextProvider(
gfx::AcceleratedWidget widget,
const scoped_refptr<GpuState>& state)
: delegate_(nullptr), widget_(widget), command_buffer_local_(nullptr) {
- capabilities_.gpu.image = true;
command_buffer_local_ = new CommandBufferLocal(this, widget_, state);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698