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

Unified Diff: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h

Issue 2504743002: Linux Aura: Fixes and improvements for cursor loader (Closed)
Patch Set: Formatting Created 4 years, 1 month 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: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
diff --git a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
deleted file mode 100644
index 65490dd8c6c728d3bd1f13d51bc524479cbb6d11..0000000000000000000000000000000000000000
--- a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2013 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_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_CURSOR_LOADER_UPDATER_AURALINUX_H_
-#define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_CURSOR_LOADER_UPDATER_AURALINUX_H_
-
-#include "base/compiler_specific.h"
-#include "ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h"
-
-namespace views {
-
-// Loads the subset of aura cursors that X11 doesn't provide.
-class DesktopCursorLoaderUpdaterAuraLinux : public DesktopCursorLoaderUpdater {
- public:
- DesktopCursorLoaderUpdaterAuraLinux();
- ~DesktopCursorLoaderUpdaterAuraLinux() override;
-
- // Overridden from DesktopCursorLoaderUpdater:
- void OnCreate(float device_scale_factor, ui::CursorLoader* loader) override;
- void OnDisplayUpdated(const display::Display& display,
- ui::CursorLoader* loader) override;
-};
-
-} // namespace views
-
-#endif // UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_DISPLAY_CHANGE_HANDLER_AURALINUX_H_

Powered by Google App Engine
This is Rietveld 408576698