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

Unified Diff: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h

Issue 2699593006: Refactor to remove need for infiniteIntRect when computing rects in pre-paint (Closed)
Patch Set: none Created 3 years, 10 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: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
index a5d554110d66e12bd47a7fca3ae9a8c3072b3130..e32f835e3eb8cab37b12f2103e7f9267187d4f24 100644
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
@@ -40,7 +40,7 @@ class PrePaintTreeWalk {
// Returns the clip applied to children for the given
// contaiing block context + effect, in the space of ancestorState adjusted
// by ancestorPaintOffset. Sets hasClip to true if a clip was applied.
- ClipRect clipRectForContext(
+ FloatClipRect clipRectForContext(
const PaintPropertyTreeBuilderContext::ContainingBlockContext&,
const EffectPaintPropertyNode*,
const PropertyTreeState& ancestorState,
« no previous file with comments | « third_party/WebKit/Source/core/paint/ClipRect.h ('k') | third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698