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

Unified Diff: Source/core/paint/BoxPainter.cpp

Issue 715653002: Create a watchlist entry for Source/core/paint. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Created 6 years, 1 month 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: Source/core/paint/BoxPainter.cpp
diff --git a/Source/core/paint/BoxPainter.cpp b/Source/core/paint/BoxPainter.cpp
index 2a9a2b6bfb27d10f04fcfec381748385601f1d87..47aab28f85e25ca221d401b591dea19c9230d99c 100644
--- a/Source/core/paint/BoxPainter.cpp
+++ b/Source/core/paint/BoxPainter.cpp
@@ -106,6 +106,8 @@ static bool skipBodyBackground(const RenderBox* bodyElementRenderer)
void BoxPainter::paintBackground(const PaintInfo& paintInfo, const LayoutRect& paintRect, const Color& backgroundColor, BackgroundBleedAvoidance bleedAvoidance)
{
+ // fprintf(stderr, "paintBackground for ");
+ // m_renderBox.showRenderTreeForThis();
if (m_renderBox.isDocumentElement()) {
paintRootBoxFillLayers(paintInfo);
return;
« no previous file with comments | « LayoutTests/paint/images/image-backgrounds-not-antialiased-expected.txt ('k') | Source/core/paint/ImagePainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698