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

Unified Diff: Source/core/css/CSSBorderImageSliceValue.h

Issue 878863002: Animation: Add CSSPropertyClip and CSSPropertyBorderImageSlice to StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Implement Eric's changes Created 5 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: Source/core/css/CSSBorderImageSliceValue.h
diff --git a/Source/core/css/CSSBorderImageSliceValue.h b/Source/core/css/CSSBorderImageSliceValue.h
index 0ceac9151cca90444a3b6832ae8caabe45f8ccb8..ae8c06bdd801dffc962c4d9b6f6f0f6ee60b47d7 100644
--- a/Source/core/css/CSSBorderImageSliceValue.h
+++ b/Source/core/css/CSSBorderImageSliceValue.h
@@ -41,7 +41,7 @@ public:
String customCSSText() const;
- Quad* slices() { return m_slices ? m_slices->getQuadValue() : nullptr; }
+ Quad* slices() const { return m_slices ? m_slices->getQuadValue() : nullptr; }
bool equals(const CSSBorderImageSliceValue&) const;

Powered by Google App Engine
This is Rietveld 408576698