Index: Source/core/page/FrameView.h |
diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h |
index 67eb97c5831f5abb898c6cc3c6706d22a4c70d01..7609b1fefe0e1dd79eb2150c9f4a4abd745b79be 100644 |
--- a/Source/core/page/FrameView.h |
+++ b/Source/core/page/FrameView.h |
@@ -430,7 +430,9 @@ private: |
virtual AXObjectCache* axObjectCache() const; |
void removeFromAXObjectCache(); |
- |
+ |
+ void didChangeBackgroundOpaqueness(); |
+ |
static double sCurrentPaintTimeStamp; // used for detecting decoded resource thrash in the cache |
LayoutSize m_size; |