diff options
Diffstat (limited to 'WebCore/page/FrameView.h')
-rw-r--r-- | WebCore/page/FrameView.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/WebCore/page/FrameView.h b/WebCore/page/FrameView.h index cbd0cb9..efceebe 100644 --- a/WebCore/page/FrameView.h +++ b/WebCore/page/FrameView.h @@ -104,6 +104,9 @@ public: // content rendered via the normal painting path. void setNeedsOneShotDrawingSynchronization(); #endif + + bool isEnclosedInCompositingLayer() const; + // Only used with accelerated compositing, but outside the #ifdef to make linkage easier. // Returns true if the sync was completed. bool syncCompositingStateRecursive(); @@ -137,9 +140,8 @@ public: virtual IntRect windowResizerRect() const; - virtual void scrollRectIntoViewRecursively(const IntRect&); - virtual void setScrollPosition(const IntPoint&); - void scrollPositionChanged(); + void setScrollPosition(const IntPoint&); + virtual void scrollPositionChanged(); String mediaType() const; void setMediaType(const String&); |