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

Unified Diff: components/mus/ws/test_utils.cc

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/platform_screen_impl_ozone.cc ('k') | components/mus/ws/touch_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_utils.cc
diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
index f85f058b98fd42948825e1fc66aa4a20e644c0c7..a371a0bb4708f24d86a1cfebdcbfad4651a3f8ae 100644
--- a/components/mus/ws/test_utils.cc
+++ b/components/mus/ws/test_utils.cc
@@ -54,6 +54,7 @@ class TestPlatformDisplay : public PlatformDisplay {
bool IsFramePending() const override { return false; }
void RequestCopyOfOutput(
std::unique_ptr<cc::CopyOutputRequest> output_request) override {}
+ int64_t GetDisplayId() const override { return 1; }
private:
ViewportMetrics display_metrics_;
« no previous file with comments | « components/mus/ws/platform_screen_impl_ozone.cc ('k') | components/mus/ws/touch_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698