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

Unified Diff: components/viz/display_compositor/gl_helper_readback_support.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: components/viz/display_compositor/gl_helper_readback_support.h
diff --git a/components/display_compositor/gl_helper_readback_support.h b/components/viz/display_compositor/gl_helper_readback_support.h
similarity index 82%
rename from components/display_compositor/gl_helper_readback_support.h
rename to components/viz/display_compositor/gl_helper_readback_support.h
index 039a2b6bec35b9411384f4562fe19dcdc5feb60d..b68f4dd5c605ff7fbbf345c0dcee9839d20adef3 100644
--- a/components/display_compositor/gl_helper_readback_support.h
+++ b/components/viz/display_compositor/gl_helper_readback_support.h
@@ -2,23 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_DISPLAY_COMPOSITOR_GL_HELPER_READBACK_SUPPORT_H_
-#define COMPONENTS_DISPLAY_COMPOSITOR_GL_HELPER_READBACK_SUPPORT_H_
+#ifndef COMPONENTS_VIZ_DISPLAY_COMPOSITOR_GL_HELPER_READBACK_SUPPORT_H_
+#define COMPONENTS_VIZ_DISPLAY_COMPOSITOR_GL_HELPER_READBACK_SUPPORT_H_
#include <stddef.h>
#include <vector>
-#include "components/display_compositor/display_compositor_export.h"
-#include "components/display_compositor/gl_helper.h"
+#include "components/viz/display_compositor/gl_helper.h"
+#include "components/viz/viz_export.h"
-namespace display_compositor {
+namespace viz {
-class DISPLAY_COMPOSITOR_EXPORT GLHelperReadbackSupport {
+class VIZ_EXPORT GLHelperReadbackSupport {
public:
enum FormatSupport { SUPPORTED, SWIZZLE, NOT_SUPPORTED };
- GLHelperReadbackSupport(gpu::gles2::GLES2Interface* gl);
+ explicit GLHelperReadbackSupport(gpu::gles2::GLES2Interface* gl);
~GLHelperReadbackSupport();
@@ -71,6 +71,6 @@ class DISPLAY_COMPOSITOR_EXPORT GLHelperReadbackSupport {
std::vector<struct FormatCacheEntry> format_cache_;
};
-} // namespace display_compositor
+} // namespace viz
-#endif // COMPONENTS_DISPLAY_COMPOSITOR_GL_HELPER_READBACK_SUPPORT_H_
+#endif // COMPONENTS_VIZ_DISPLAY_COMPOSITOR_GL_HELPER_READBACK_SUPPORT_H_

Powered by Google App Engine
This is Rietveld 408576698