Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index f557c6f4bd34882fe3a8acf3142abe916e95cf31..432ea7c20c848c4e3ecde02daede55ac14471d22 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -911,6 +911,8 @@ public: |
PassRefPtrWillBeRawPtr<TouchList> createTouchList(WillBeHeapVector<RefPtrWillBeMember<Touch>>&) const; |
const DocumentTiming& timing() const { return m_documentTiming; } |
+ void markFirstCustomFontText(); |
+ void markFirstNonBlankText(); |
int requestAnimationFrame(FrameRequestCallback*); |
void cancelAnimationFrame(int id); |