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

Unified Diff: Source/core/layout/ClipRectsCache.h

Issue 1316173002: Move AbsoluteClipRects to the state machine (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/compositing/CompositingInputsUpdater.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/ClipRectsCache.h
diff --git a/Source/core/layout/ClipRectsCache.h b/Source/core/layout/ClipRectsCache.h
index 9f60e168d39c8f1da091298ea7509c963209d2d5..9415dbc1107daba338f81557f63e5f1772db5c26 100644
--- a/Source/core/layout/ClipRectsCache.h
+++ b/Source/core/layout/ClipRectsCache.h
@@ -22,6 +22,7 @@ enum ClipRectsCacheSlot {
RootRelativeClipRectsIgnoringViewportClip,
// Relative to the LayoutView's layer. Used for compositing overlap testing.
+ // Computed during the compositing update step (see CompositingInputsUpdater::update).
AbsoluteClipRects,
// Relative to painting ancestor. Used for painting.
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/compositing/CompositingInputsUpdater.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698