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

Unified Diff: remoting/client/ios/display/gl_display_handler.h

Issue 2869723007: [CRD iOS] Viewport fling animation (Closed)
Patch Set: 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
Index: remoting/client/ios/display/gl_display_handler.h
diff --git a/remoting/client/ios/display/gl_display_handler.h b/remoting/client/ios/display/gl_display_handler.h
index 62d681b89500e3b3836029ab25a8ce5f3b0b423e..4b07202c53dd4f9739f2d2df4901cb0018a32f0a 100644
--- a/remoting/client/ios/display/gl_display_handler.h
+++ b/remoting/client/ios/display/gl_display_handler.h
@@ -33,6 +33,8 @@ class CursorShapeStub;
// Notifies the delegate that the size of the desktop image has changed.
- (void)canvasSizeChanged:(CGSize)size;
+- (void)rendererTicked;
+
@end
@interface GlDisplayHandler : NSObject {

Powered by Google App Engine
This is Rietveld 408576698