diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 20:49:37 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 20:49:37 +0000 |
commit | eaabd1961b91102887ba585c789291f6d3139ae7 (patch) | |
tree | 60efed703fff83a2655f0ae1f356c5f4ebf94c28 /ui/gfx/display.h | |
parent | 7eb22b2a5d24d5fec70814dfee398cc0b17ce82b (diff) | |
download | chromium_src-eaabd1961b91102887ba585c789291f6d3139ae7.zip chromium_src-eaabd1961b91102887ba585c789291f6d3139ae7.tar.gz chromium_src-eaabd1961b91102887ba585c789291f6d3139ae7.tar.bz2 |
Revert 182494
Introduced new static initializers on Linux.
> Add IsInternal property to gfx::Display
>
> Move knowledge whether a display is internal or not
> from ash::DisplayManager into gfx::Display.
>
> BUG=171310
> TEST=ash_unittests, ui_unittests, unit_tests pass
>
>
> Review URL: https://chromiumcodereview.appspot.com/12217120
TBR=ynovikov@chromium.org
Review URL: https://codereview.chromium.org/12254040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/display.h')
-rw-r--r-- | ui/gfx/display.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/gfx/display.h b/ui/gfx/display.h index 4df69b7..8b3f346 100644 --- a/ui/gfx/display.h +++ b/ui/gfx/display.h @@ -101,13 +101,6 @@ 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: |