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

Unified Diff: ui/gfx/screen_aura.cc

Issue 10270002: Get the custom frame limping with win-aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « no previous file | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/screen_aura.cc
===================================================================
--- ui/gfx/screen_aura.cc (revision 134532)
+++ ui/gfx/screen_aura.cc (working copy)
@@ -23,7 +23,6 @@
g_instance_ = screen;
}
-#if defined(USE_ASH)
// TODO(oshima): Implement ScreenImpl for Linux/aura and remove this
// ifdef.
@@ -62,6 +61,4 @@
return g_instance_->GetMonitorNearestPoint(match_rect.CenterPoint());
}
-#endif
-
} // namespace gfx
« no previous file with comments | « no previous file | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698