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

Unified Diff: services/ui/ws/test_utils.h

Issue 2274353003: Add PlatformScreenDelegate and start implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes after once over. Created 4 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
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 742fcf0356ded0009ddd0a1897970414b922437f..88ea858b941d14fe11d114e1b85ad9f16e90a4fa 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -487,6 +487,7 @@ class TestWindowServerDelegate : public WindowServerDelegate {
mojom::WindowTreeClientPtr* client) override;
void CreateDefaultDisplays() override;
bool IsTestConfig() const override;
+ void UpdateTouchTransforms() override {}
private:
// If CreateDefaultDisplays() this is the number of Displays that are

Powered by Google App Engine
This is Rietveld 408576698