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

Unified Diff: content/browser/compositor/browser_compositor_output_surface.h

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase and fix mac build 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
Index: content/browser/compositor/browser_compositor_output_surface.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index 8c8f56cac0d11ffea21a8139a87c82c69e2c536f..f7c6f82fbe415d7ab6d3977ebfd8a59d07f5e987 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -15,7 +15,7 @@ namespace cc {
class SoftwareOutputDevice;
}
-namespace display_compositor {
+namespace viz {
boliu 2017/05/10 17:36:03 nit: there's an general attempt at keeping these f
xing.xu 2017/05/11 00:27:17 OK, will followup.
class CompositorOverlayCandidateValidator;
}
@@ -53,7 +53,7 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
BrowserCompositorOutputSurface(
scoped_refptr<cc::ContextProvider> context,
const UpdateVSyncParametersCallback& update_vsync_parameters_callback,
- std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator>
+ std::unique_ptr<viz::CompositorOverlayCandidateValidator>
overlay_candidate_validator);
// Constructor used by the software implementation.
@@ -70,7 +70,7 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
ReflectorImpl* reflector_;
private:
- std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator>
+ std::unique_ptr<viz::CompositorOverlayCandidateValidator>
overlay_candidate_validator_;
DISALLOW_COPY_AND_ASSIGN(BrowserCompositorOutputSurface);
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/compositor/browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698