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

Unified Diff: components/viz/viz_export.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 | « components/viz/frame_sinks/viz_export.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/viz_export.h
diff --git a/components/viz/frame_sinks/viz_export.h b/components/viz/viz_export.h
similarity index 79%
rename from components/viz/frame_sinks/viz_export.h
rename to components/viz/viz_export.h
index e9d3fe85b471a8ece562a261e9640e238c2e2c99..4948f15de930d5559176ee1f9e98c25b425e6871 100644
--- a/components/viz/frame_sinks/viz_export.h
+++ b/components/viz/viz_export.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_VIZ_FRAME_SINKS_VIZ_EXPORT_H_
-#define COMPONENTS_VIZ_FRAME_SINKS_VIZ_EXPORT_H_
+#ifndef COMPONENTS_VIZ_VIZ_EXPORT_H_
+#define COMPONENTS_VIZ_VIZ_EXPORT_H_
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
@@ -26,4 +26,4 @@
#define VIZ_EXPORT
#endif
-#endif // COMPONENTS_VIZ_FRAME_SINKS_VIZ_EXPORT_H_
+#endif // COMPONENTS_VIZ_VIZ_EXPORT_H_
« no previous file with comments | « components/viz/frame_sinks/viz_export.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698