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

Unified Diff: ui/display/chromeos/display_util.h

Issue 615133002: Add support for a virtual display on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remaining comment periods (thanks achuithb@) Created 5 years, 10 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
Index: ui/display/chromeos/display_util.h
diff --git a/ui/display/chromeos/display_util.h b/ui/display/chromeos/display_util.h
index 8df778d840aa02dafee44e58aaa848281504ed42..fa29e20f37602f9f5509a46268f3216eb4cef541 100644
--- a/ui/display/chromeos/display_util.h
+++ b/ui/display/chromeos/display_util.h
@@ -27,6 +27,8 @@ int DISPLAY_EXPORT GetDisplayPower(
chromeos::DisplayPowerState state,
std::vector<bool>* display_power);
+bool IsNativeDisplay(ui::DisplayConnectionType type);
Daniel Erat 2015/02/23 23:14:54 add a comment. also, i think it's confusing to use
robert.bradford 2015/03/03 19:58:00 Done. Moved to IsPhysicalDisplayType() with an app
+
} // namespace ui
#endif // UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698