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

Unified Diff: Source/core/css/CSSLineBoxContainValue.cpp

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 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
« no previous file with comments | « Source/core/css/CSSLineBoxContainValue.h ('k') | Source/core/css/CSSMatrix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSLineBoxContainValue.cpp
diff --git a/Source/core/css/CSSLineBoxContainValue.cpp b/Source/core/css/CSSLineBoxContainValue.cpp
index c30b63dbaf91bdfad6e5be99b85dac07d1367eb5..a1ec3783a27113499357360ec974b0ddc854c0bb 100644
--- a/Source/core/css/CSSLineBoxContainValue.cpp
+++ b/Source/core/css/CSSLineBoxContainValue.cpp
@@ -32,7 +32,7 @@
namespace blink {
CSSLineBoxContainValue::CSSLineBoxContainValue(unsigned value)
- : CSSValue(LineBoxContainClass)
+ : CSSValueObject(LineBoxContainClass)
, m_value(value)
{
}
« no previous file with comments | « Source/core/css/CSSLineBoxContainValue.h ('k') | Source/core/css/CSSMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698