Index: chrome/test/chromedriver/element_util.h |
diff --git a/chrome/test/chromedriver/element_util.h b/chrome/test/chromedriver/element_util.h |
index 6fa6ef44765104a11e036333a84f7ab1d9cf57e5..4da83b328ed09fd3684b728385bd9a242d522adc 100644 |
--- a/chrome/test/chromedriver/element_util.h |
+++ b/chrome/test/chromedriver/element_util.h |
@@ -53,6 +53,13 @@ Status GetElementClickableLocation( |
const std::string& element_id, |
WebPoint* location); |
+Status GetElementEffectiveStyle( |
+ Session* session, |
+ WebView* web_view, |
+ const std::string& element_id, |
+ const std::string& property_name, |
+ std::string* property_value); |
+ |
Status GetElementRegion( |
Session* session, |
WebView* web_view, |