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

Unified Diff: ui/display/display_layout.h

Issue 2661663002: Add DisplayPlacement/Layout mojoms + StructTraits. (Closed)
Patch Set: Remove empty comments. Created 3 years, 11 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 | « no previous file | ui/display/display_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_layout.h
diff --git a/ui/display/display_layout.h b/ui/display/display_layout.h
index dfb783fec6d91c8488087de75dc702ce3083c3f6..6fcde09353959087103b06413bd7f3d2de7acb71 100644
--- a/ui/display/display_layout.h
+++ b/ui/display/display_layout.h
@@ -69,6 +69,9 @@ struct DISPLAY_EXPORT DisplayPlacement {
DisplayPlacement(const DisplayPlacement& placement);
+ bool operator==(const DisplayPlacement& other) const;
+ bool operator!=(const DisplayPlacement& other) const;
+
DisplayPlacement& Swap();
std::string ToString() const;
« no previous file with comments | « no previous file | ui/display/display_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698