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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Build error fixes 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: ui/android/delegated_frame_host_android.h
diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
index 0e0991e628f28ccd00b315b31d7c413f6ace39df..07a478c9d17f3ca7db53e42dc1fdb4a8cc4d4e41 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -52,6 +52,8 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
void DestroyDelegatedContent();
+ void ForceFrame(cc::CompositorFrame frame);
+
bool HasDelegatedContent() const;
cc::FrameSinkId GetFrameSinkId() const;

Powered by Google App Engine
This is Rietveld 408576698