Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 3ea8d4f908138560774db2aff42bd48fb4054709..6cb75fc8ff45b20b6a1d6003b0310384f58661f9 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -651,6 +651,8 @@ private: |
return !isInPerformLayout() || canInvalidatePaintDuringPerformLayout(); |
} |
+ void updateFixedElementPaintInvalidationRectsAfterScroll(); |
+ |
bool adjustScrollbarExistence(ComputeScrollbarExistenceOption = FirstPass); |
void adjustScrollbarOpacity(); |
// FIXME(bokan): setScrollOffset, setScrollPosition, scrollTo, scrollToOffsetWithoutAnimation, |