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

Unified Diff: blimp/engine/app/ui/blimp_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 | « blimp/engine/app/ui/blimp_screen.h ('k') | chromecast/graphics/cast_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/ui/blimp_screen.cc
diff --git a/blimp/engine/app/ui/blimp_screen.cc b/blimp/engine/app/ui/blimp_screen.cc
index e5d33adbdaad906206261d24c031441e1596c6b5..26fe554e3515d7be3d990017e7fba8312fa20c40 100644
--- a/blimp/engine/app/ui/blimp_screen.cc
+++ b/blimp/engine/app/ui/blimp_screen.cc
@@ -67,7 +67,7 @@ std::vector<display::Display> BlimpScreen::GetAllDisplays() const {
}
display::Display BlimpScreen::GetDisplayNearestWindow(
- gfx::NativeWindow window) const {
+ const gfx::NativeWindow window) const {
return display_;
}
« no previous file with comments | « blimp/engine/app/ui/blimp_screen.h ('k') | chromecast/graphics/cast_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698