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

Unified Diff: components/mus/ws/display.h

Issue 2081253002: Implement rudimentary touchscreen support in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing pure virtual. Created 4 years, 6 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 | « components/mus/ws/BUILD.gn ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/display.h
diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h
index c48b1904dce5e4eca32ed321887a75dff8a939d0..843f1931fc0c099b136d97849551ef7ec1f66908 100644
--- a/components/mus/ws/display.h
+++ b/components/mus/ws/display.h
@@ -84,6 +84,10 @@ class Display : public PlatformDisplayDelegate,
void ScheduleSurfaceDestruction(ServerWindow* window);
mojom::Rotation GetRotation() const;
+ gfx::Size GetSize() const;
+
+ // Returns the id for the corresponding id.
+ int64_t GetPlatformDisplayId() const;
WindowServer* window_server() { return window_server_; }
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698