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

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

Issue 2797973002: Removing duplicate functions and symbol names in core/css (Closed)
Patch Set: Created 3 years, 8 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/CSSPrimitiveValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
index 0670dcb3ef6aa13c019c1c4bef3b0cb5668bf9a4..7a7442bfba9be2f60a0d74bc5b112c5848f30cf3 100644
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
@@ -26,6 +26,7 @@
#include "core/css/CSSMarkup.h"
#include "core/css/CSSToLengthConversionData.h"
#include "core/css/CSSValuePool.h"
+#include "core/css/zoomAdjustedPixelValue.h"
rune 2017/04/05 10:54:39 Why was this include necessary?
Daniel Bratell 2017/04/05 12:05:39 I cannot see that it is. Probably a typo (or somet
#include "platform/LayoutUnit.h"
#include "wtf/SizeAssertions.h"
#include "wtf/StdLibExtras.h"

Powered by Google App Engine
This is Rietveld 408576698