| 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);
|
| +
|
| } // namespace ui
|
|
|
| #endif // UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_H_
|
|
|