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 617b7e5741828fd0ef740f5171ce83529501fe60..d1bb41e9d203aee9ca2dee022fb2d07783cce96c 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1004,6 +1004,9 @@ public: |
void updateStyleInvalidationIfNeeded(); |
+ bool attemptedToDetermineEncodingFromContentSniffing() const; |
+ bool encodingWasDetectedFromContentSniffing() const; |
+ |
DECLARE_VIRTUAL_TRACE(); |
bool hasSVGFilterElementsRequiringLayerUpdate() const { return m_layerUpdateSVGFilterElements.size(); } |