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

Unified Diff: Source/core/paint/BoxDecorationData.h

Issue 1088613002: CTM-independent BackgroundBleedBackgroundOverBorder implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 5 years, 8 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 | « LayoutTests/TestExpectations ('k') | Source/core/paint/BoxDecorationData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/BoxDecorationData.h
diff --git a/Source/core/paint/BoxDecorationData.h b/Source/core/paint/BoxDecorationData.h
index 7dfbdacc28cc40475836fc59924b6c89eb67df12..3fae60ab63a15dc8f7817b4b1c65278dfb58b602 100644
--- a/Source/core/paint/BoxDecorationData.h
+++ b/Source/core/paint/BoxDecorationData.h
@@ -26,7 +26,6 @@ public:
private:
BackgroundBleedAvoidance determineBackgroundBleedAvoidance(const LayoutBox&, GraphicsContext*);
- bool borderObscuresBackgroundEdge(const ComputedStyle&, const FloatSize& contextScale) const;
unsigned m_bleedAvoidance : 2; // BackgroundBleedAvoidance
};
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/paint/BoxDecorationData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698