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/CSSStyleVariableReferenceValue.cpp

Issue 2126713002: [Typed-OM] Add CSSVariableReferenceValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 4 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
Index: third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..2cc5f28a4e66e28f364c56d2987d0d02365b6baa
--- /dev/null
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.cpp
@@ -0,0 +1,6 @@
+
+#include "core/css/cssom/CSSStyleVariableReferenceValue.h"
+
+namespace blink {
+
+}
meade_UTC10 2016/07/06 05:40:11 Let's just not add this file until it's needed.

Powered by Google App Engine
This is Rietveld 408576698