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

Unified Diff: Source/core/rendering/style/BorderImageLength.h

Issue 81123002: Factor out common BorderImageLength code in CSSToStyleMap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments Created 7 years, 1 month 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 | « Source/core/css/CSSToStyleMap.cpp ('k') | Source/core/rendering/style/BorderImageLengthBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/BorderImageLength.h
diff --git a/Source/core/rendering/style/BorderImageLength.h b/Source/core/rendering/style/BorderImageLength.h
index 7398760876de64ba95124af9f58493e7d48f741d..a3a954feeb1770792a9f3d7c737c1ef111bdddfe 100644
--- a/Source/core/rendering/style/BorderImageLength.h
+++ b/Source/core/rendering/style/BorderImageLength.h
@@ -41,13 +41,6 @@ namespace WebCore {
// http://www.w3.org/TR/css3-background/#border-image-outset
class BorderImageLength {
public:
- BorderImageLength()
- : m_length(Auto)
- , m_number(0)
- , m_type(LengthType)
- {
- }
-
BorderImageLength(double number)
: m_length(Undefined)
, m_number(number)
« no previous file with comments | « Source/core/css/CSSToStyleMap.cpp ('k') | Source/core/rendering/style/BorderImageLengthBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698