| Index: ui/gfx/display.h
|
| diff --git a/ui/gfx/display.h b/ui/gfx/display.h
|
| index 8b3f346902b7b9501fd2acf3ca7d662486c2c95c..4df69b7d500541f2676e0aeef642bec8b7e82080 100644
|
| --- a/ui/gfx/display.h
|
| +++ b/ui/gfx/display.h
|
| @@ -101,6 +101,13 @@ class UI_EXPORT Display {
|
| // True if the display contains valid display id.
|
| bool is_valid() const { return id_ != kInvalidDisplayID; }
|
|
|
| + // True if the display corresponds to internal panel.
|
| + bool IsInternal() const;
|
| +
|
| + // Gets/Sets an id of display corresponding to internal panel.
|
| + static int64 InternalDisplayId();
|
| + static void SetInternalDisplayId(int64 internal_display_id);
|
| +
|
| static const int64 kInvalidDisplayID;
|
|
|
| private:
|
|
|