Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: Source/core/page/FrameView.h

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, update comments, add FrameView::didChangeBackgroundOpaqueness Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698