Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / android_webview / native / aw_autofill_client.h
index 4e1de75..ff66f2e 100644 (file)
@@ -94,6 +94,7 @@ class AwAutofillClient : public autofill::AutofillClient,
   friend class content::WebContentsUserData<AwAutofillClient>;
 
   void ShowAutofillPopupImpl(const gfx::RectF& element_bounds,
+                             bool is_rtl,
                              const std::vector<base::string16>& values,
                              const std::vector<base::string16>& labels,
                              const std::vector<int>& identifiers);