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

Unified Diff: ui/display/types/chromeos/native_display_delegate.h

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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/display/types/chromeos/display_snapshot.cc ('k') | ui/display/types/chromeos/native_display_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/chromeos/native_display_delegate.h
diff --git a/ui/display/chromeos/native_display_delegate.h b/ui/display/types/chromeos/native_display_delegate.h
similarity index 89%
rename from ui/display/chromeos/native_display_delegate.h
rename to ui/display/types/chromeos/native_display_delegate.h
index 5532607a43ee0a7c90174e3929c7e89fac5b742e..8cbffdb181343e500c27a33327861864c3212a7f 100644
--- a/ui/display/chromeos/native_display_delegate.h
+++ b/ui/display/types/chromeos/native_display_delegate.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
-#define UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
+#ifndef UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
+#define UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
#include <stdint.h>
#include <vector>
-#include "ui/display/display_constants.h"
-#include "ui/display/display_export.h"
+#include "ui/display/types/display_constants.h"
+#include "ui/display/types/display_types_export.h"
namespace gfx {
class Point;
@@ -25,7 +25,7 @@ class NativeDisplayObserver;
// Interface for classes that perform display configuration actions on behalf
// of DisplayConfigurator.
-class DISPLAY_EXPORT NativeDisplayDelegate {
+class DISPLAY_TYPES_EXPORT NativeDisplayDelegate {
public:
virtual ~NativeDisplayDelegate() {}
@@ -92,4 +92,4 @@ class DISPLAY_EXPORT NativeDisplayDelegate {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
+#endif // UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
« no previous file with comments | « ui/display/types/chromeos/display_snapshot.cc ('k') | ui/display/types/chromeos/native_display_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698