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

Unified Diff: examples/spinning_cube/gles2_client_impl.h

Issue 1033513003: Cleans up events to just the parts we're actually using (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cleanup Created 5 years, 9 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 | « examples/pdf_viewer/pdf_viewer.cc ('k') | examples/spinning_cube/gles2_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/spinning_cube/gles2_client_impl.h
diff --git a/examples/spinning_cube/gles2_client_impl.h b/examples/spinning_cube/gles2_client_impl.h
index 3e0ea12276180f431fa5f84e05ee2e07949cc52a..9583a96c48b3d8ebeb410c9957ec3f9576634843 100644
--- a/examples/spinning_cube/gles2_client_impl.h
+++ b/examples/spinning_cube/gles2_client_impl.h
@@ -30,8 +30,8 @@ class GLES2ClientImpl {
MojoTimeTicks last_time_;
mojo::Size size_;
SpinningCube cube_;
- mojo::Point capture_point_;
- mojo::Point last_drag_point_;
+ mojo::PointF capture_point_;
+ mojo::PointF last_drag_point_;
MojoTimeTicks drag_start_time_;
bool waiting_to_draw_;
« no previous file with comments | « examples/pdf_viewer/pdf_viewer.cc ('k') | examples/spinning_cube/gles2_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698