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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 years, 7 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: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
index 6793a7b67bee5e37df7c51aa3d4f1d43494ff039..0967d3632cb55c282cd69bea3d06c28631e32106 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
@@ -5,7 +5,7 @@
#include "core/css/cssom/CSSPositionValue.h"
#include "core/css/CSSValuePair.h"
-#include "core/css/cssom/CSSLengthValue.h"
+#include "core/css/cssom/CSSNumericValue.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698