summaryrefslogtreecommitdiffstats
path: root/ui/gfx
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 14:54:00 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 14:54:00 +0000
commit3b62d6d209cfec33c34ccea09ab8a5a6f7283722 (patch)
tree51b937ba12e3fd7c111931675d67b57eae4d19ae /ui/gfx
parent6ac77cba804aeb102dcc636bed567c3bb7b48f5e (diff)
downloadchromium_src-3b62d6d209cfec33c34ccea09ab8a5a6f7283722.zip
chromium_src-3b62d6d209cfec33c34ccea09ab8a5a6f7283722.tar.gz
chromium_src-3b62d6d209cfec33c34ccea09ab8a5a6f7283722.tar.bz2
Get the custom frame limping with win-aura.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10270002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx')
-rw-r--r--ui/gfx/screen_aura.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gfx/screen_aura.cc b/ui/gfx/screen_aura.cc
index 1631095..4337ede 100644
--- a/ui/gfx/screen_aura.cc
+++ b/ui/gfx/screen_aura.cc
@@ -23,7 +23,6 @@ void Screen::SetInstance(ScreenImpl* screen) {
g_instance_ = screen;
}
-#if defined(USE_ASH)
// TODO(oshima): Implement ScreenImpl for Linux/aura and remove this
// ifdef.
@@ -62,6 +61,4 @@ Monitor Screen::GetMonitorMatching(const gfx::Rect& match_rect) {
return g_instance_->GetMonitorNearestPoint(match_rect.CenterPoint());
}
-#endif
-
} // namespace gfx