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

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

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header Created 5 years, 4 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/display_snapshot.h ('k') | ui/display/types/gamma_ramp_rgb_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_snapshot.cc
diff --git a/ui/display/types/display_snapshot.cc b/ui/display/types/display_snapshot.cc
index efe401bd31a5c9c1ac3bdf13d8a545ed0aba242f..f19961dd202cc8d021c4b92fece0d7a55dcdab18 100644
--- a/ui/display/types/display_snapshot.cc
+++ b/ui/display/types/display_snapshot.cc
@@ -7,7 +7,6 @@
namespace ui {
DisplaySnapshot::DisplaySnapshot(int64_t display_id,
- bool has_proper_display_id,
const gfx::Point& origin,
const gfx::Size& physical_size,
DisplayConnectionType type,
@@ -18,7 +17,6 @@ DisplaySnapshot::DisplaySnapshot(int64_t display_id,
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),
@@ -27,7 +25,9 @@ DisplaySnapshot::DisplaySnapshot(int64_t display_id,
display_name_(display_name),
modes_(modes),
current_mode_(current_mode),
- native_mode_(native_mode) {}
+ native_mode_(native_mode),
+ product_id_(kInvalidProductID) {
+}
DisplaySnapshot::~DisplaySnapshot() {}
« no previous file with comments | « ui/display/types/display_snapshot.h ('k') | ui/display/types/gamma_ramp_rgb_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698