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

Unified Diff: ui/display/types/chromeos/display_snapshot.cc

Issue 558253003: display: Move ui/display/types/chromeos/* to ui/display/types/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « ui/display/types/chromeos/display_snapshot.h ('k') | ui/display/types/chromeos/native_display_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/chromeos/display_snapshot.cc
diff --git a/ui/display/types/chromeos/display_snapshot.cc b/ui/display/types/chromeos/display_snapshot.cc
deleted file mode 100644
index e90fdda137bd7eae77c56b938497317164dd10be..0000000000000000000000000000000000000000
--- a/ui/display/types/chromeos/display_snapshot.cc
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/display/types/chromeos/display_snapshot.h"
-
-namespace ui {
-
-DisplaySnapshot::DisplaySnapshot(int64_t display_id,
- bool has_proper_display_id,
- const gfx::Point& origin,
- const gfx::Size& physical_size,
- DisplayConnectionType type,
- bool is_aspect_preserving_scaling,
- bool has_overscan,
- std::string display_name,
- const std::vector<const DisplayMode*>& modes,
- const DisplayMode* current_mode,
- const DisplayMode* native_mode)
- : display_id_(display_id),
- has_proper_display_id_(has_proper_display_id),
- origin_(origin),
- physical_size_(physical_size),
- type_(type),
- is_aspect_preserving_scaling_(is_aspect_preserving_scaling),
- has_overscan_(has_overscan),
- display_name_(display_name),
- modes_(modes),
- current_mode_(current_mode),
- native_mode_(native_mode) {}
-
-DisplaySnapshot::~DisplaySnapshot() {}
-
-} // namespace ui
« no previous file with comments | « ui/display/types/chromeos/display_snapshot.h ('k') | ui/display/types/chromeos/native_display_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698