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

Unified Diff: services/ui/surfaces/display_output_surface_ozone.h

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « services/ui/surfaces/DEPS ('k') | services/ui/surfaces/display_output_surface_ozone.cc » ('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.h
diff --git a/services/ui/surfaces/display_output_surface_ozone.h b/services/ui/surfaces/display_output_surface_ozone.h
index 105241a0125e8e59aa63ed4049352af7029859e5..6afbffe577481b9b0b02d17bbc3fd127bbd65915 100644
--- a/services/ui/surfaces/display_output_surface_ozone.h
+++ b/services/ui/surfaces/display_output_surface_ozone.h
@@ -11,7 +11,7 @@
#include "cc/output/context_provider.h"
#include "cc/output/in_process_context_provider.h"
#include "cc/output/output_surface.h"
-#include "components/display_compositor/gl_helper.h"
+#include "components/viz/display_compositor/gl_helper.h"
#include "services/ui/surfaces/display_output_surface.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_widget_types.h"
@@ -22,7 +22,7 @@ namespace cc {
class SyntheticBeginFrameSource;
}
-namespace display_compositor {
+namespace viz {
class BufferQueue;
}
@@ -66,8 +66,8 @@ class DisplayOutputSurfaceOzone : public DisplayOutputSurface {
// DisplayOutputSurface:
void DidReceiveSwapBuffersAck(gfx::SwapResult result) override;
- display_compositor::GLHelper gl_helper_;
- std::unique_ptr<display_compositor::BufferQueue> buffer_queue_;
+ viz::GLHelper gl_helper_;
+ std::unique_ptr<viz::BufferQueue> buffer_queue_;
gfx::Size reshape_size_;
gfx::Size swap_size_;
« no previous file with comments | « services/ui/surfaces/DEPS ('k') | services/ui/surfaces/display_output_surface_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698