| Index: tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| diff --git a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| index 5ee01b93e5a1866de42c7dc2ed86cf4cd77fb94c..c0f724d56d434d345065b8305e34409125ab8313 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| +++ b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| @@ -670,6 +670,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
|
| "counterDirectives",
|
| "counterMaps"
|
| "document",
|
| + "dragOperation",
|
| "element",
|
| "emptyChromeClient",
|
| "emptyEditorClient",
|
| @@ -702,6 +703,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
|
| "lineEndings",
|
| "lineJoin",
|
| "listItems",
|
| + "locationInBackingMap",
|
| "matchedProperties",
|
| "midpointState",
|
| "modifiers",
|
|
|