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

Unified Diff: ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Re-add feature flag 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: ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
diff --git a/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java b/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
index ab88ead4f317b9ee22ee0314974e3e2d184b5c41..74bad22b2b86550035b5d0e5893f2caab47851f6 100644
--- a/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
+++ b/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
@@ -125,6 +125,12 @@ public abstract class ViewAndroidDelegate {
@CalledByNative
public void onBottomControlsChanged(float bottomControlsOffsetY, float bottomContentOffsetY) {}
+ /**
+ * Instruct the client to clear the thumbnail cache.
+ */
+ @CalledByNative
+ public void clearThumbnailPlaceholder() {}
+
/**
* Returns the bottom system window inset in pixels. The system window inset represents the area
* of a full-screen window that is partially or fully obscured by the status bar, navigation

Powered by Google App Engine
This is Rietveld 408576698