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

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

Issue 1646743002: Let table rows and sections paint their backgrounds in proper paint phases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FloatPhase
Patch Set: Rebase Created 4 years, 11 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 | « no previous file | third_party/WebKit/Source/core/paint/TableRowPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/BoxClipper.h
diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.h b/third_party/WebKit/Source/core/paint/BoxClipper.h
index 5f06af8db3f489be5d1a2c5bd984bcfbb9469447..5d1efa78856702391e63f9b7625c0699651718a8 100644
--- a/third_party/WebKit/Source/core/paint/BoxClipper.h
+++ b/third_party/WebKit/Source/core/paint/BoxClipper.h
@@ -17,7 +17,7 @@ struct PaintInfo;
enum ContentsClipBehavior { ForceContentsClip, SkipContentsClipIfPossible };
class BoxClipper {
- STACK_ALLOCATED();
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
public:
BoxClipper(const LayoutBox&, const PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior);
~BoxClipper();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/TableRowPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698