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

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

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (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/compositor/gpu_process_transport_factory.cc
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index ea713fd1a5b1269dd56115420be12082250bfc93..2fa3ab536e5570fb6f61d658f519aad8705e8027 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -133,7 +133,7 @@ scoped_refptr<content::ContextProviderCommandBuffer> CreateContextCommon(
return make_scoped_refptr(new content::ContextProviderCommandBuffer(
std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT,
gpu::GpuStreamPriority::NORMAL, surface_handle, url,
- gfx::PreferIntegratedGpu, automatic_flushes, support_locking,
+ gl::PreferIntegratedGpu, automatic_flushes, support_locking,
gpu::SharedMemoryLimits(), attributes, shared_context_provider, type));
}
« no previous file with comments | « content/browser/android/content_video_view.cc ('k') | content/browser/compositor/image_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698