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

Unified Diff: ash/aura/shell_port_classic.h

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: no temporary Created 3 years, 7 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 | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/shell_port_classic.h
diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h
index 5d8c3f36fee057c80b706728d06bf84acba62688..41bb0c0ba8fd9647b2b9a5575440b6e47b63c6a4 100644
--- a/ash/aura/shell_port_classic.h
+++ b/ash/aura/shell_port_classic.h
@@ -45,6 +45,8 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
bool IsInUnifiedModeIgnoreMirroring() const override;
void SetDisplayWorkAreaInsets(WmWindow* window,
const gfx::Insets& insets) override;
+ std::unique_ptr<display::TouchTransformSetter> CreateTouchTransformDelegate()
+ override;
void LockCursor() override;
void UnlockCursor() override;
void ShowCursor() override;
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698