Index: third_party/WebKit/Source/core/testing/Internals.h |
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h |
index ffa784179c1dade8db8c07c66ea9af99db63b390..768d017d593abc5d064dd3487f821ec436f18339 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -350,6 +350,8 @@ public: |
bool ignoreLayoutWithPendingStylesheets(Document*); |
+ const String& systemFontFamily() const; |
+ |
void setNetworkConnectionInfoOverride(bool, const String&, double downlinkMaxMbps, ExceptionState&); |
void clearNetworkConnectionInfoOverride(); |