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

Unified Diff: ui/android/view_android.h

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Clear thumbnail cache instead of hiding static layer. Break out results of changing fullscreen stat… 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/view_android.h
diff --git a/ui/android/view_android.h b/ui/android/view_android.h
index 7f013a967eeccf31e1e838c53d910e6f26022175..907b2c25f8980a829a2289cead24163f7e082bd8 100644
--- a/ui/android/view_android.h
+++ b/ui/android/view_android.h
@@ -132,6 +132,8 @@ class UI_ANDROID_EXPORT ViewAndroid {
// Sets the layout relative to parent. Used to do hit testing against events.
void SetLayout(LayoutParams params);
+ void ClearThumbnailPlaceholder();
+
bool StartDragAndDrop(const base::android::JavaRef<jstring>& jtext,
const base::android::JavaRef<jobject>& jimage);

Powered by Google App Engine
This is Rietveld 408576698