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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h

Issue 2010513004: SnapCoordinator.h doesn't need to include LayoutBox.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h
index b9063e662d53231161c4c3b496570d8c99ebebe9..aca6905209fda100ea972fef3eafeb874bafb36c 100644
--- a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h
@@ -5,14 +5,17 @@
#ifndef SnapCoordinator_h
#define SnapCoordinator_h
-#include "core/layout/LayoutBox.h"
+#include "core/CoreExport.h"
+#include "core/css/CSSPrimitiveValueMappings.h"
#include "platform/heap/Handle.h"
#include "wtf/Vector.h"
namespace blink {
class ComputedStyle;
+class ContainerNode;
class Element;
+class LayoutBox;
struct LengthPoint;
// Snap Coordinator keeps track of snap containers and all of their associated
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698