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

Unified Diff: third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp

Issue 2658073003: Remove redundant argument being passed to didRecalcStyle (Closed)
Patch Set: Created 3 years, 11 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
Index: third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
diff --git a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
index a66a9a403596cef4e4be18121a25cc765732a9b8..e6be90885fcb8693e464e75c1ecf96cf0b1fdb8c 100644
--- a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
+++ b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
@@ -319,7 +319,7 @@ void FirstLetterPseudoElement::attachFirstLetterTextLayoutObjects() {
nextLayoutObject->destroy();
}
-void FirstLetterPseudoElement::didRecalcStyle(StyleRecalcChange) {
+void FirstLetterPseudoElement::didRecalcStyle() {
if (!layoutObject())
return;
« no previous file with comments | « third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h ('k') | third_party/WebKit/Source/core/dom/PseudoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698