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

Unified Diff: ui/ozone/common/gpu/ozone_gpu_message_params.h

Issue 1309273005: native_viewport support for ozone (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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/ozone/common/display_util.cc ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gpu/ozone_gpu_message_params.h
diff --git a/ui/ozone/common/gpu/ozone_gpu_message_params.h b/ui/ozone/common/gpu/ozone_gpu_message_params.h
index 3c87890aa0df0ef3c0b153f6550a4493a32d24a5..7ce1b7cfe403907b56c5b932bc514c1a5313e5d0 100644
--- a/ui/ozone/common/gpu/ozone_gpu_message_params.h
+++ b/ui/ozone/common/gpu/ozone_gpu_message_params.h
@@ -35,9 +35,6 @@ struct OZONE_EXPORT DisplaySnapshot_Params {
gfx::Point origin;
gfx::Size physical_size;
DisplayConnectionType type = DISPLAY_CONNECTION_TYPE_NONE;
- bool is_aspect_preserving_scaling = false;
- bool has_overscan = false;
- std::string display_name;
std::vector<DisplayMode_Params> modes;
bool has_current_mode = false;
DisplayMode_Params current_mode;
« no previous file with comments | « ui/ozone/common/display_util.cc ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698