Chromium Code Reviews| 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_ |