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

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

Issue 2884153002: Move RareInheritedData (Quotes|Shadow)DataEquivalent to ComputedStyle. (Closed)
Patch Set: Created 3 years, 7 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/style/StyleRareInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
index 17a6bbfc235f58f114bff9694988bd213ebdb840..3ddf11a888d26e5302612c4a62fe46e624d04250 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -68,8 +68,6 @@ class CORE_EXPORT StyleRareInheritedData
bool operator!=(const StyleRareInheritedData& o) const {
return !(*this == o);
}
- bool ShadowDataEquivalent(const StyleRareInheritedData&) const;
- bool QuotesDataEquivalent(const StyleRareInheritedData&) const;
Persistent<StyleImage> list_style_image_;

Powered by Google App Engine
This is Rietveld 408576698