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

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

Issue 1798263002: Rename isTreatedAsOrStackingContext to isStacked (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Markdown, isStacked, paintAllPhasesAtomically 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/core/paint/ObjectPainter.h
diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.h b/third_party/WebKit/Source/core/paint/ObjectPainter.h
index 539ebb87b4fae227743d02befc917b8c9783e207..3894c650588c47aec4322224ce666a7ea7a2a99c 100644
--- a/third_party/WebKit/Source/core/paint/ObjectPainter.h
+++ b/third_party/WebKit/Source/core/paint/ObjectPainter.h
@@ -41,7 +41,7 @@ public:
// It is expected that the caller will call this function independent of the value of paintInfo.phase,
// and this function will do atomic paint (for PaintPhaseForeground), normal paint (for PaintPhaseSelection
// and PaintPhaseTextClip) or nothing (other paint phases) according to paintInfo.phase.
pdr. 2016/03/16 02:22:53 Optional: maybe include a link to the markdown her
Xianzhu 2016/03/16 18:10:24 Done.
- void paintAsPseudoStackingContext(const PaintInfo&, const LayoutPoint& paintOffset);
+ void paintAllPhasesAtomically(const PaintInfo&, const LayoutPoint& paintOffset);
private:
static void drawDashedOrDottedBoxSide(GraphicsContext&, int x1, int y1, int x2, int y2,

Powered by Google App Engine
This is Rietveld 408576698