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

Unified Diff: chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java

Issue 895843002: Content: Add convenience method for animations over SurfaceViews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 10 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: chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java
index ec367537d10c052b6b7c2c5060f4eb644ba78c0a..93ea15839d1d5ad3eeb8d2d018a475e986a7562d 100644
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java
@@ -110,6 +110,13 @@ public class TabManager extends LinearLayout {
}
/**
+ * Get the ContentViewRenderView.
+ */
+ public ContentViewRenderView getContentViewRenderView() {
+ return mContentViewRenderView;
+ }
+
+ /**
* @param startupUrl The URL that the first tab should navigate to.
*/
public void setStartupUrl(String startupUrl) {

Powered by Google App Engine
This is Rietveld 408576698