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

Unified Diff: content/browser/compositor/owned_mailbox.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
Index: content/browser/compositor/owned_mailbox.h
diff --git a/content/browser/compositor/owned_mailbox.h b/content/browser/compositor/owned_mailbox.h
index d0bd7b5d47cdf3721d2f2c379615cf231ddb9cc7..3f9aa12efb82513209b233bd98bf54f802f319c4 100644
--- a/content/browser/compositor/owned_mailbox.h
+++ b/content/browser/compositor/owned_mailbox.h
@@ -13,7 +13,7 @@
#include "gpu/command_buffer/common/mailbox_holder.h"
#include "ui/compositor/compositor.h"
-namespace display_compositor {
+namespace viz {
class GLHelper;
}
@@ -26,7 +26,7 @@ namespace content {
class CONTENT_EXPORT OwnedMailbox : public base::RefCounted<OwnedMailbox>,
public ui::ContextFactoryObserver {
public:
- explicit OwnedMailbox(display_compositor::GLHelper* gl_helper);
+ explicit OwnedMailbox(viz::GLHelper* gl_helper);
const gpu::MailboxHolder& holder() const { return mailbox_holder_; }
const gpu::Mailbox& mailbox() const { return mailbox_holder_.mailbox; }
@@ -49,7 +49,7 @@ class CONTENT_EXPORT OwnedMailbox : public base::RefCounted<OwnedMailbox>,
uint32_t texture_id_;
gpu::MailboxHolder mailbox_holder_;
- display_compositor::GLHelper* gl_helper_;
+ viz::GLHelper* gl_helper_;
};
} // namespace content
« no previous file with comments | « content/browser/compositor/offscreen_browser_compositor_output_surface.cc ('k') | content/browser/compositor/owned_mailbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698