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

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Make OnFullscreenStateChanged a function at the RWVHB level. cr feedback Created 3 years, 6 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: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
index 4a0bcc23d211775884a5dffc812d9653d3181005..9faa5c21391be12d2eccac717ea8608243ceb36e 100644
--- a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
+++ b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
@@ -175,6 +175,12 @@ public interface WebContents extends Parcelable {
*/
int getBackgroundColor();
+ /**
+ * Ask the underlying RenderWidgetHost for this WebContent whether we can show the thumbnail
+ * placeholder.
+ */
+ boolean canShowThumbnailPlaceholder();
+
/**
* Shows an interstitial page driven by the passed in delegate.
*

Powered by Google App Engine
This is Rietveld 408576698