diff options
Diffstat (limited to 'WebCore/loader')
-rw-r--r-- | WebCore/loader/EmptyClients.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/loader/EmptyClients.h b/WebCore/loader/EmptyClients.h index 613c7f6..703ee0c 100644 --- a/WebCore/loader/EmptyClients.h +++ b/WebCore/loader/EmptyClients.h @@ -68,6 +68,10 @@ public: virtual float scaleFactor() { return 1.f; } +#if ENABLE(ANDROID_INSTALLABLE_WEB_APPS) + virtual void webAppCanBeInstalled() { } +#endif + #ifdef ANDROID_USER_GESTURE virtual void focus(bool userGesture) { } #else |