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

Side by Side Diff: ui/ozone/platform/drm/common/inprocess_messages.cc

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 #include "ui/ozone/platform/drm/common/inprocess_messages.h"
2
3 namespace ui {
4
5 OzoneHostMsg_UpdateNativeDisplays::OzoneHostMsg_UpdateNativeDisplays(
6 const std::vector<DisplaySnapshot_Params>& _displays)
7 : Message(OZONE_HOST_MSG__UPDATE_NATIVE_DISPLAYS),
8 displays(_displays) {
9 }
10
11 OzoneHostMsg_UpdateNativeDisplays::~OzoneHostMsg_UpdateNativeDisplays() {
12 }
13
14 } // namespace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698