Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / src / org / chromium / chrome / browser / infobar / ContentWrapperView.java
index 216b35f..16e64f2 100644 (file)
@@ -83,7 +83,7 @@ public class ContentWrapperView extends FrameLayout {
      * XHDPI devices and above get a double-tall boundary.
      * @return The height of the boundary.
      */
-    private int getBoundaryHeight(Context context) {
+    static int getBoundaryHeight(Context context) {
         float density = context.getResources().getDisplayMetrics().density;
         return density < 2.0f ? 1 : 2;
     }