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

Unified Diff: sky/engine/core/events/PointerEvent.h

Issue 1147143005: Make Drawer in components2 work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 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 | sky/engine/core/events/PointerEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/PointerEvent.h
diff --git a/sky/engine/core/events/PointerEvent.h b/sky/engine/core/events/PointerEvent.h
index f23ec73d7d7a26a326525d2ce6787dc5eabf5433..9ce08ff7205df0ef3d5cc56dc6dd7c53202bd489 100644
--- a/sky/engine/core/events/PointerEvent.h
+++ b/sky/engine/core/events/PointerEvent.h
@@ -77,8 +77,8 @@ public:
double orientation() const { return m_orientation; }
double tilt() const { return m_tilt; }
- void setDX(double dx) { m_dx = dx; }
- void setDY(double dy) { m_dy = dy; }
+ void setDx(double dx) { m_dx = dx; }
+ void setDy(double dy) { m_dy = dy; }
private:
PointerEvent();
« no previous file with comments | « no previous file | sky/engine/core/events/PointerEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698