| Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchBarControl.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchBarControl.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchBarControl.java
|
| index 8f72a6e269c4275edfc1ae73d53d1a66d749d6da..cc05ec189cb3c7050eb99b3c80f889400d87fc42 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchBarControl.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchBarControl.java
|
| @@ -65,13 +65,13 @@ public class ContextualSearchBarControl
|
| * The opacity of the Bar's Search Context.
|
| * This text control may not be initialized until the opacity is set beyond 0.
|
| */
|
| - private float mSearchBarContextOpacity = 0.f;
|
| + private float mSearchBarContextOpacity;
|
|
|
| /**
|
| * The opacity of the Bar's Search Term.
|
| * This text control may not be initialized until the opacity is set beyond 0.
|
| */
|
| - private float mSearchBarTermOpacity = 0.f;
|
| + private float mSearchBarTermOpacity;
|
|
|
| // Dimensions used for laying out the search bar.
|
| private final float mTextLayerMinHeight;
|
|
|