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

Unified Diff: ui/aura/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/aura/test/test_screen.h ('k') | ui/display/android/screen_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_screen.cc
diff --git a/ui/aura/test/test_screen.cc b/ui/aura/test/test_screen.cc
index 4bfb697e9b33be7fd4d9a54d8eef3eff32a8e14b..3df533821f547bac940ba8bf1f94ffba088961f3 100644
--- a/ui/aura/test/test_screen.cc
+++ b/ui/aura/test/test_screen.cc
@@ -158,7 +158,7 @@ std::vector<display::Display> TestScreen::GetAllDisplays() const {
}
display::Display TestScreen::GetDisplayNearestWindow(
- gfx::NativeWindow window) const {
+ const gfx::NativeWindow window) const {
return display_;
}
« no previous file with comments | « ui/aura/test/test_screen.h ('k') | ui/display/android/screen_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698