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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java

Issue 2625923002: Introduce the bottom sheet class for Chrome Home (Closed)
Patch Set: Created 3 years, 11 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/java/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java b/chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java
index 84a77aad5d304c0f1fb4d3f9512ec6115bdbf16b..1942755d0ebc934fce6768338dd70a1082544bda 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java
@@ -113,6 +113,7 @@ public class ToolbarControlContainer extends FrameLayout implements ControlConta
ViewUtils.gatherTransparentRegionsForOpaqueView(this, region);
setTranslationY(translateY);
+ region.setEmpty();
Ian Wen 2017/01/11 19:46:53 Q: what's this for?
mdjones 2017/01/12 21:26:57 I moved this over to BottomSheet.java. I have it s
return true;
}

Powered by Google App Engine
This is Rietveld 408576698