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

Unified Diff: remoting/client/ios/display/gl_demo_screen.mm

Issue 2825403004: Integrating with new rendering for CRD iOS. (Closed)
Patch Set: Removing service. 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
« no previous file with comments | « no previous file | remoting/client/ios/display/gl_display_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/display/gl_demo_screen.mm
diff --git a/remoting/client/ios/display/gl_demo_screen.mm b/remoting/client/ios/display/gl_demo_screen.mm
index db549817b73e4d2bb5170b8094fabd112af36733..4bb01679a3576d714a0e16e3d339bd71427fc797 100644
--- a/remoting/client/ios/display/gl_demo_screen.mm
+++ b/remoting/client/ios/display/gl_demo_screen.mm
@@ -104,7 +104,7 @@ bool GlDemoScreen::Draw() {
glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
}
}
- return true;
+ return false;
}
base::WeakPtr<Drawable> GlDemoScreen::GetWeakPtr() {
« no previous file with comments | « no previous file | remoting/client/ios/display/gl_display_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698