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

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

Issue 1159773005: Handle border-image with fill and zero-width borders (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newly added but flaky test Created 5 years, 7 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: Source/core/paint/BoxDecorationData.h
diff --git a/Source/core/paint/BoxDecorationData.h b/Source/core/paint/BoxDecorationData.h
index 8fcc66351a4c8fb228e8709c0639533244072cbd..5c2560ea54d2ae81d550dc451a4b578ca9b6a435 100644
--- a/Source/core/paint/BoxDecorationData.h
+++ b/Source/core/paint/BoxDecorationData.h
@@ -22,7 +22,7 @@ public:
Color backgroundColor;
BackgroundBleedAvoidance bleedAvoidance;
bool hasBackground;
- bool hasBorder;
+ bool hasBorderDecoration;
bool hasAppearance;
private:

Powered by Google App Engine
This is Rietveld 408576698