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

Unified Diff: ui/ozone/platform/x11/native_display_delegate_ozone_x11.h

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Fix windows compile problems. Created 4 years, 3 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/platform/x11/BUILD.gn ('k') | ui/ozone/platform/x11/native_display_delegate_ozone_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/x11/native_display_delegate_ozone_x11.h
diff --git a/ui/ozone/platform/x11/native_display_delegate_ozone_x11.h b/ui/ozone/platform/x11/native_display_delegate_ozone_x11.h
deleted file mode 100644
index 466903ea2efbfe20f3425efee8e1b9f1aef602c0..0000000000000000000000000000000000000000
--- a/ui/ozone/platform/x11/native_display_delegate_ozone_x11.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef UI_OZONE_PLATFORM_X11_NATIVE_DISPLAY_DELEGATE_OZONE_X11_H_
-#define UI_OZONE_PLATFORM_X11_NATIVE_DISPLAY_DELEGATE_OZONE_X11_H_
-
-#include <memory>
-#include <vector>
-
-#include "base/macros.h"
-#include "base/observer_list.h"
-#include "ui/display/types/native_display_delegate.h"
-#include "ui/ozone/common/native_display_delegate_ozone.h"
-
-namespace ui {
-
-class NativeDisplayDelegateOzoneX11 : public NativeDisplayDelegateOzone {
- public:
- NativeDisplayDelegateOzoneX11();
- ~NativeDisplayDelegateOzoneX11() override;
-
- void OnConfigurationChanged();
-
- // NativeDisplayDelegateOzone overrides:
- void Initialize() override;
- void AddObserver(NativeDisplayObserver* observer) override;
- void RemoveObserver(NativeDisplayObserver* observer) override;
-
- private:
- base::ObserverList<NativeDisplayObserver> observers_;
-
- DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateOzoneX11);
-};
-
-} // namespace ui
-
-#endif // UI_OZONE_PLATFORM_X11_NATIVE_DISPLAY_DELEGATE_OZONE_X11_H_
« no previous file with comments | « ui/ozone/platform/x11/BUILD.gn ('k') | ui/ozone/platform/x11/native_display_delegate_ozone_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698