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

Unified Diff: chromecast/graphics/cast_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 | « chromecast/graphics/cast_screen.h ('k') | extensions/shell/browser/shell_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/graphics/cast_screen.cc
diff --git a/chromecast/graphics/cast_screen.cc b/chromecast/graphics/cast_screen.cc
index a31ebb208dca8ba4a2fe7b2da95cd25018121223..108cd3c481fb69cf0fedccf5b6c2b2daaf52e41c 100644
--- a/chromecast/graphics/cast_screen.cc
+++ b/chromecast/graphics/cast_screen.cc
@@ -60,7 +60,7 @@ std::vector<display::Display> CastScreen::GetAllDisplays() const {
}
display::Display CastScreen::GetDisplayNearestWindow(
- gfx::NativeWindow window) const {
+ const gfx::NativeWindow window) const {
return display_;
}
« no previous file with comments | « chromecast/graphics/cast_screen.h ('k') | extensions/shell/browser/shell_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698