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

Unified Diff: third_party/WebKit/Source/core/style/StyleRareInheritedData.h

Issue 1618563002: Forward declare StyleVariableData in StyleRareInheritedData instead of including it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
index 4b6372228ceb490c9daae77936d308c949d8f0b1..e6ceeacad842329bef9100792967a288d4100cff 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -28,7 +28,6 @@
#include "core/CoreExport.h"
#include "core/css/StyleColor.h"
#include "core/style/DataRef.h"
-#include "core/style/StyleVariableData.h"
#include "platform/Length.h"
#include "platform/graphics/Color.h"
#include "platform/heap/Handle.h"
@@ -45,6 +44,7 @@ class CursorData;
class QuotesData;
class ShadowList;
class StyleImage;
+class StyleVariableData;
typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
#if ENABLE(OILPAN)

Powered by Google App Engine
This is Rietveld 408576698