| 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..d6e7fe301b702051cb49901ee003620fb0ae25cf 100644
|
| --- a/remoting/client/ios/display/gl_display_handler.h
|
| +++ b/remoting/client/ios/display/gl_display_handler.h
|
| @@ -28,7 +28,13 @@ class CursorShapeStub;
|
| }
|
|
|
| - (void)stop;
|
| -- (void)glkView:(GLKView*)view drawInRect:(CGRect)rect;
|
| +
|
| +// Called once the GLKView created.
|
| +- (void)onSurfaceCreated:(GLKView*)view;
|
| +
|
| +// Called every time the GLKView dimension is initialized or changed.
|
| +- (void)onSurfaceChanged:(const CGRect&)frame;
|
| +
|
| - (std::unique_ptr<remoting::protocol::VideoRenderer>)CreateVideoRenderer;
|
| - (std::unique_ptr<remoting::protocol::CursorShapeStub>)CreateCursorShapeStub;
|
|
|
|
|