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

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

Issue 2570463004: [SPInvalidation] Update paint properties on css clip change (Closed)
Patch Set: Rebase Created 4 years 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/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 225dcbb2fea09328939f16314bf69bca5c2337fd..263f95f9204acf4cb967c2d3a3dc61c054553338 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -3971,7 +3971,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
TransformationMatrix&) const;
bool scrollAnchorDisablingPropertyChanged(const ComputedStyle& other,
- StyleDifference&) const;
+ const StyleDifference&) const;
bool diffNeedsFullLayoutAndPaintInvalidation(
const ComputedStyle& other) const;
bool diffNeedsFullLayout(const ComputedStyle& other) const;
@@ -3982,6 +3982,8 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
const ComputedStyle& other) const;
void updatePropertySpecificDifferences(const ComputedStyle& other,
StyleDifference&) const;
+ bool diffNeedsPaintPropertyUpdate(const ComputedStyle& other,
+ const StyleDifference&) const;
bool requireTransformOrigin(ApplyTransformOrigin applyOrigin,
ApplyMotionPath) const;

Powered by Google App Engine
This is Rietveld 408576698