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

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

Issue 2725973003: Add a use-counter for transforms using the reference box on SVG element (Closed)
Patch Set: Rebase; update histograms.xml Created 3 years, 10 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/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 2492fa297e652d28905631df3c1f2a6928776c97..2d7f8a0870f8c69cf0cb0d9ae45af76830263322 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -3540,6 +3540,9 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
bool isStyleAvailable() const;
bool isSharable() const;
+ bool requireTransformOrigin(ApplyTransformOrigin applyOrigin,
+ ApplyMotionPath) const;
+
private:
void setVisitedLinkColor(const Color&);
void setVisitedLinkBackgroundColor(const StyleColor& v) {
@@ -3721,8 +3724,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
void updatePropertySpecificDifferences(const ComputedStyle& other,
StyleDifference&) const;
- bool requireTransformOrigin(ApplyTransformOrigin applyOrigin,
- ApplyMotionPath) const;
static bool shadowListHasCurrentColor(const ShadowList*);
StyleInheritedVariables& mutableInheritedVariables();
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698