Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / WebTestProxy.h
index a5680c5..111cb10 100644 (file)
@@ -134,6 +134,7 @@ protected:
     void didInvalidateRect(const blink::WebRect&);
     void didScrollRect(int, int, const blink::WebRect&);
     void scheduleAnimation();
+    bool isCompositorFramePending() const;
     // FIXME: Remove once we switch to use didForceResize.
     void setWindowRect(const blink::WebRect&);
     void show(blink::WebNavigationPolicy);
@@ -258,6 +259,10 @@ public:
     {
         WebTestProxyBase::scheduleAnimation();
     }
+    virtual bool isCompositorFramePending() const
+    {
+        return WebTestProxyBase::isCompositorFramePending();
+    }
     virtual void setWindowRect(const blink::WebRect& rect)
     {
         WebTestProxyBase::setWindowRect(rect);