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

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

Issue 2848143002: [Remoting iOS] Fix screen tearing and screen dimensions (Closed)
Patch Set: Request first frame Created 3 years, 8 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 9b3bac1e66a55cd8f640c91b64337a8213902b55..e236fe61f0d679dc0649055d7b60ebc6322b7906 100644
--- a/remoting/client/ios/display/gl_display_handler.h
+++ b/remoting/client/ios/display/gl_display_handler.h
@@ -28,7 +28,8 @@ class CursorShapeStub;
}
- (void)stop;
-- (void)glkView:(GLKView*)view drawInRect:(CGRect)rect;
+- (void)onSurfaceCreated:(GLKView*)view;
nicholss 2017/05/01 16:53:18 I know the rest of the file is not doing this yet,
Yuwei 2017/05/01 20:58:08 Done.
+- (void)onSurfaceChanged:(const CGRect&)frame;
- (std::unique_ptr<remoting::protocol::VideoRenderer>)CreateVideoRenderer;
- (std::unique_ptr<remoting::protocol::CursorShapeStub>)CreateCursorShapeStub;

Powered by Google App Engine
This is Rietveld 408576698