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

Unified Diff: ui/aura/screen_aura.h

Issue 8382019: Move DisplayUtils methods into gfx::Screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove DCHECKS Created 9 years, 2 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: ui/aura/screen_aura.h
diff --git a/ui/aura/screen_aura.h b/ui/aura/screen_aura.h
index 5ebacf87bb9ef6f27146a4b6b268a0e5d8863885..b2a9f4c22b75103701d945c9e9549d5d825685e1 100644
--- a/ui/aura/screen_aura.h
+++ b/ui/aura/screen_aura.h
@@ -35,6 +35,8 @@ class AURA_EXPORT ScreenAura : public gfx::Screen {
virtual gfx::Rect GetMonitorAreaNearestPointImpl(
const gfx::Point& point) OVERRIDE;
virtual gfx::NativeWindow GetWindowAtCursorScreenPointImpl() OVERRIDE;
+ virtual gfx::Size GetPrimaryMonitorSizeImpl() OVERRIDE;
+ virtual int GetNumMonitorsImpl() OVERRIDE;
private:
// We currently support only one monitor. These two methods return the bounds
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/aura/screen_aura.cc » ('j') | ui/ui_unittests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698