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

Unified Diff: third_party/WebKit/Source/core/style/StyleDifference.h

Issue 2481553002: Move outline out of StyleBackgroundData into StyleRareNonInheritedData (Closed)
Patch Set: - Created 4 years, 1 month 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/style/StyleDifference.h
diff --git a/third_party/WebKit/Source/core/style/StyleDifference.h b/third_party/WebKit/Source/core/style/StyleDifference.h
index af9627eabc9f4e3c21d66904b86f754397c5185e..232831f5a83df6f6f7627bede79f231c61f2b38d 100644
--- a/third_party/WebKit/Source/core/style/StyleDifference.h
+++ b/third_party/WebKit/Source/core/style/StyleDifference.h
@@ -48,9 +48,6 @@ class StyleDifference {
bool needsPaintInvalidation() const {
return m_paintInvalidationType != NoPaintInvalidation;
}
- void clearNeedsPaintInvalidation() {
- m_paintInvalidationType = NoPaintInvalidation;
- }
// The object just needs to issue paint invalidations.
bool needsPaintInvalidationObject() const {

Powered by Google App Engine
This is Rietveld 408576698