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

Unified Diff: ash/screen_ash.h

Issue 10540091: Rename gfx::Monitor to gfx::Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: ash/screen_ash.h
diff --git a/ash/screen_ash.h b/ash/screen_ash.h
index 7dd31fa62025bad320d915bc1499e55d38ff6938..bfe29b3f782685c23889f974b5f59751c17015e2 100644
--- a/ash/screen_ash.h
+++ b/ash/screen_ash.h
@@ -6,8 +6,8 @@
#define ASH_SCREEN_ASH_H_
#pragma once
-#include "base/compiler_specific.h"
#include "ash/ash_export.h"
+#include "base/compiler_specific.h"
#include "ui/gfx/insets.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/screen_impl.h"
@@ -33,11 +33,11 @@ class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;
virtual int GetNumMonitors() OVERRIDE;
- virtual gfx::Monitor GetMonitorNearestWindow(
+ virtual gfx::Display GetMonitorNearestWindow(
gfx::NativeView view) const OVERRIDE;
- virtual gfx::Monitor GetMonitorNearestPoint(
+ virtual gfx::Display GetMonitorNearestPoint(
const gfx::Point& point) const OVERRIDE;
- virtual gfx::Monitor GetPrimaryMonitor() const OVERRIDE;
+ virtual gfx::Display GetPrimaryMonitor() const OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ScreenAsh);

Powered by Google App Engine
This is Rietveld 408576698