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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 e7ca0e72fda07f8074d9ca81fd98452f34ae00c6..4c0f9ee66edc593f0d353b984bf76a6e1bad82a4 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -504,7 +504,8 @@ void GpuProcessTransportFactory::EstablishedGpuChannel(
base::MakeUnique<GpuSurfacelessBrowserCompositorOutputSurface>(
context_provider, data->surface_handle, vsync_callback,
CreateOverlayCandidateValidator(compositor->widget()),
- GL_TEXTURE_2D, GL_RGB, ui::DisplaySnapshot::PrimaryFormat(),
+ GL_TEXTURE_2D, GL_RGB,
+ display::DisplaySnapshot::PrimaryFormat(),
GetGpuMemoryBufferManager());
#endif
} else {
« no previous file with comments | « components/display_compositor/buffer_queue_unittest.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698