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

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

Issue 2068723002: Paint local attachment backgrounds into composited scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve opaque layer detection and fix non-composited border painting bug in layout tests. Created 4 years, 5 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/BackgroundImageGeometry.h
diff --git a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
index 49e4b7c9f9568592a9f63144d09903ba4522a1f8..32977478c185735739a5497c900d81b6bffe732f 100644
--- a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
+++ b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
@@ -26,7 +26,7 @@ public:
{ }
void calculate(const LayoutBoxModelObject&, const LayoutBoxModelObject* paintContainer,
- const GlobalPaintFlags, const FillLayer&, const LayoutRect& paintRect);
+ const GlobalPaintFlags, const FillLayer&, const LayoutRect& paintRect, const bool layerIncludesBorders = true);
const LayoutRect& destRect() const { return m_destRect; }
const LayoutSize& tileSize() const { return m_tileSize; }

Powered by Google App Engine
This is Rietveld 408576698