| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 50a9e46abeb8f1e526066941e640796017803121..60d2dc10875c0e374e9a5089c52c699d93c3bb6f 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -249,6 +249,8 @@ public:
|
| virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
| virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
|
|
| + virtual bool disableThreadedParsingForUnitTests() const { return false; }
|
| +
|
| virtual FloatSize elasticOverscroll() const { return FloatSize(); }
|
|
|
| protected:
|
|
|