| 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..261e61d71eb0c8d537a1e2a874ea66bd4b2083f9 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(
|
| + const std::string& frame,
|
| + WebView* web_view,
|
| + const std::string& element_id,
|
| + const std::string& property,
|
| + std::string* value);
|
| +
|
| Status GetElementRegion(
|
| Session* session,
|
| WebView* web_view,
|
|
|