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

Unified Diff: blimp/client/app/android/blimp_view.h

Issue 1925863003: Changed Blimp client to start with white screen before drawing contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: blimp/client/app/android/blimp_view.h
diff --git a/blimp/client/app/android/blimp_view.h b/blimp/client/app/android/blimp_view.h
index 4e01934ec942c216af2f1d1faaf8354166cf89b3..190b3917cfb82fb7215ff031e2ea52e7d61d1935 100644
--- a/blimp/client/app/android/blimp_view.h
+++ b/blimp/client/app/android/blimp_view.h
@@ -87,6 +87,8 @@ class BlimpView {
jint android_button_state,
jint android_meta_state);
+ void OnSwapBuffersCompleted();
+
private:
virtual ~BlimpView();

Powered by Google App Engine
This is Rietveld 408576698