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

Unified Diff: ui/display/test/test_screen.cc

Issue 2468093003: Makes Screen functions take a const gfx::NativeView (Closed)
Patch Set: merge 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
« no previous file with comments | « ui/display/test/test_screen.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/test/test_screen.cc
diff --git a/ui/display/test/test_screen.cc b/ui/display/test/test_screen.cc
index cd96e35b85c7dcd57f2049185d344c58b48b6725..29b65daf01da1677a3023b52721f110a321cb412 100644
--- a/ui/display/test/test_screen.cc
+++ b/ui/display/test/test_screen.cc
@@ -35,7 +35,7 @@ std::vector<Display> TestScreen::GetAllDisplays() const {
return std::vector<Display>(1, display_);
}
-Display TestScreen::GetDisplayNearestWindow(gfx::NativeView view) const {
+Display TestScreen::GetDisplayNearestWindow(const gfx::NativeView view) const {
return display_;
}
« no previous file with comments | « ui/display/test/test_screen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698