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

Unified Diff: services/ui/surfaces/display_output_surface_ozone.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
« no previous file with comments | « services/ui/display/screen_manager_ozone_unittests.cc ('k') | ui/display/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/display_output_surface_ozone.cc
diff --git a/services/ui/surfaces/display_output_surface_ozone.cc b/services/ui/surfaces/display_output_surface_ozone.cc
index 51455b309565b1a2b354e4245989db8b8a30040f..033b68a34f16654bb024995c1e4c0029f6e50af8 100644
--- a/services/ui/surfaces/display_output_surface_ozone.cc
+++ b/services/ui/surfaces/display_output_surface_ozone.cc
@@ -35,7 +35,7 @@ DisplayOutputSurfaceOzone::DisplayOutputSurfaceOzone(
weak_ptr_factory_(this) {
buffer_queue_.reset(
new BufferQueue(context_provider->ContextGL(), target, internalformat,
- ui::DisplaySnapshot::PrimaryFormat(), &gl_helper_,
+ display::DisplaySnapshot::PrimaryFormat(), &gl_helper_,
gpu_memory_buffer_manager, widget));
capabilities_.uses_default_gl_framebuffer = false;
« no previous file with comments | « services/ui/display/screen_manager_ozone_unittests.cc ('k') | ui/display/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698