Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp

Issue 2805133006: Requiring Get prefix for 2 more methods (to avoid conflicts after Blink rename). (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698