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

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

Issue 2897893002: Generate getters/setters for subtree_is_sticky. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index d5fdc10269ec0e4d38012380a99b19aed3b0a2d9..8666f91d1ae8846d54d248a1e5d0b73adefd1655 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -1404,14 +1404,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
SET_VAR(rare_non_inherited_data_, page_size_type_, t);
}
- // sticky subtrees
- bool SubtreeIsSticky() const {
- return rare_inherited_data_->subtree_is_sticky_;
- }
- void SetSubtreeIsSticky(bool b) {
- SET_VAR(rare_inherited_data_, subtree_is_sticky_, b);
- }
-
// Text decoration properties.
// text-decoration-line
static TextDecoration InitialTextDecoration() {
« no previous file with comments | « third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698