Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / src / org / chromium / chrome / browser / appmenu / AppMenuPropertiesDelegate.java
index 00dcdfc..986be3c 100644 (file)
@@ -26,4 +26,10 @@ public interface AppMenuPropertiesDelegate {
      * @return The theme resource to use for displaying the App Menu.
      */
     int getMenuThemeResourceId();
+
+    /**
+     * @return The dimension resource to be used to determine the start padding of the menu
+     *         button (within the menu itself).  If 0 is passed, no padding will be applied.
+     */
+    int getMenuButtonStartPaddingDimenId();
 }