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

Unified Diff: ui/android/view_android.h

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/view_android.h
diff --git a/ui/android/view_android.h b/ui/android/view_android.h
index c88d878629c0373d9c5459c1c3c227bd3e40ebe0..5b2468f630bcd1df0705dbc1e080b4e6f27ab487 100644
--- a/ui/android/view_android.h
+++ b/ui/android/view_android.h
@@ -130,6 +130,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();
boliu 2017/07/05 17:39:48 this has nothing to do with ViewAndroid tree and
+
bool StartDragAndDrop(const base::android::JavaRef<jstring>& jtext,
const base::android::JavaRef<jobject>& jimage);

Powered by Google App Engine
This is Rietveld 408576698