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 b72f5ac2cdecab92c4c883c4eefc9e887840fc82..d6802608cb30a669561c95a77673deeadc7f95bf 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -1467,6 +1467,15 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase, |
offsetPosition); |
} |
+ // offset-rotate |
+ static StyleOffsetRotation initialOffsetRotate() { |
+ return initialOffsetRotation(); |
+ } |
+ const StyleOffsetRotation& offsetRotate() const { return offsetRotation(); } |
+ void setOffsetRotate(const StyleOffsetRotation& offsetRotate) { |
+ setOffsetRotation(offsetRotate); |
+ } |
+ |
// offset-rotation |
static StyleOffsetRotation initialOffsetRotation() { |
return StyleOffsetRotation(0, OffsetRotationAuto); |