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

Unified Diff: ui/ozone/public/overlay_candidates_ozone.h

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r278697 Created 6 years, 6 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 | « ui/ozone/public/event_factory_ozone.cc ('k') | ui/ozone/public/overlay_candidates_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/overlay_candidates_ozone.h
diff --git a/ui/gfx/ozone/overlay_candidates_ozone.h b/ui/ozone/public/overlay_candidates_ozone.h
similarity index 83%
rename from ui/gfx/ozone/overlay_candidates_ozone.h
rename to ui/ozone/public/overlay_candidates_ozone.h
index da8a4bbb6fb8b54f84d1e65e20d38635766f1d2f..e33de5648373658e2038517f66d235dffc6e07de 100644
--- a/ui/gfx/ozone/overlay_candidates_ozone.h
+++ b/ui/ozone/public/overlay_candidates_ozone.h
@@ -2,22 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_OZONE_OVERLAY_CANDIDATES_OZONE_H_
-#define UI_GFX_OZONE_OVERLAY_CANDIDATES_OZONE_H_
+#ifndef UI_OZONE_PUBLIC_OVERLAY_CANDIDATES_OZONE_H_
+#define UI_OZONE_PUBLIC_OVERLAY_CANDIDATES_OZONE_H_
#include <vector>
#include "base/basictypes.h"
-#include "ui/gfx/gfx_export.h"
-#include "ui/gfx/ozone/surface_factory_ozone.h"
#include "ui/gfx/rect_f.h"
+#include "ui/ozone/ozone_base_export.h"
+#include "ui/ozone/public/surface_factory_ozone.h"
-namespace gfx {
+namespace ui {
// This class can be used to answer questions about possible overlay
// configurations for a particular output device. We get an instance of this
// class from SurfaceFactoryOzone given an AcceleratedWidget.
-class GFX_EXPORT OverlayCandidatesOzone {
+class OZONE_BASE_EXPORT OverlayCandidatesOzone {
public:
struct OverlaySurfaceCandidate {
OverlaySurfaceCandidate();
@@ -51,6 +51,6 @@ class GFX_EXPORT OverlayCandidatesOzone {
virtual ~OverlayCandidatesOzone();
};
-} // namespace gfx
+} // namespace ui
-#endif // UI_GFX_OZONE_OVERLAY_CANDIDATES_OZONE_H_
+#endif // UI_OZONE_PUBLIC_OVERLAY_CANDIDATES_OZONE_H_
« no previous file with comments | « ui/ozone/public/event_factory_ozone.cc ('k') | ui/ozone/public/overlay_candidates_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698