Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 863fb9d7b50696e1bae04243a3cc0cfff9b3a5ae..2000cb7466a2c1ade2fe0537553ece69d97e5650 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -155,6 +155,7 @@ class SelectorQueryCache; |
class SerializedScriptValue; |
class Settings; |
class SnapCoordinator; |
+class SnapManagerBridge; |
class StyleEngine; |
class StyleResolver; |
class StyleSheet; |
@@ -1412,6 +1413,7 @@ private: |
bool m_mayContainV0Shadow = false; |
Member<SnapCoordinator> m_snapCoordinator; |
+ Member<SnapManagerBridge> m_snapManagerBridge; |
}; |
extern template class CORE_EXTERN_TEMPLATE_EXPORT Supplement<Document>; |