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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/CullRect.h

Issue 1835843002: WIP: Fix foreignObject cullrect Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/platform/graphics/paint/CullRect.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/CullRect.h b/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
index 7d7d025bb389fcbb7e71fa1ad1d65e4dcf4d7f2d..f1f2d1cc7eff0ff2d0784164055bcc6077b24aab 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/CullRect.h
@@ -37,8 +37,8 @@ public:
bool intersectsHorizontalRange(LayoutUnit lo, LayoutUnit hi) const;
bool intersectsVerticalRange(LayoutUnit lo, LayoutUnit hi) const;
-private:
IntRect m_rect;
+private:
// TODO(chrishtr): temporary while we implement CullRect everywhere.
friend class FramePainter;

Powered by Google App Engine
This is Rietveld 408576698