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

Unified Diff: third_party/WebKit/Source/core/css/CSSInitialValue.cpp

Issue 2616703004: Remove CSSInitialValue::createLegacyImplicit() (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/WebKit/Source/core/css/CSSInitialValue.h ('k') | third_party/WebKit/Source/core/css/CSSValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSInitialValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSInitialValue.cpp b/third_party/WebKit/Source/core/css/CSSInitialValue.cpp
index 0d416f88b169777c310f24cce5383a0b8e8bd2f7..3f92eac9e863b12bc63bec58d5d25e11005a40f9 100644
--- a/third_party/WebKit/Source/core/css/CSSInitialValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSInitialValue.cpp
@@ -26,11 +26,7 @@
namespace blink {
CSSInitialValue* CSSInitialValue::create() {
- return cssValuePool().explicitInitialValue();
-}
-
-CSSInitialValue* CSSInitialValue::createLegacyImplicit() {
- return cssValuePool().implicitInitialValue();
+ return cssValuePool().initialValue();
}
String CSSInitialValue::customCSSText() const {
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSInitialValue.h ('k') | third_party/WebKit/Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698