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

Unified Diff: Source/core/style/BorderEdge.h

Issue 1173663003: BoxBorderPainter should use computed color alpha (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/core/paint/BoxBorderPainter.cpp ('k') | Source/core/style/BorderEdge.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/BorderEdge.h
diff --git a/Source/core/style/BorderEdge.h b/Source/core/style/BorderEdge.h
index 334cbbce27d19f6805f728fa0b57b74b8676aa41..63be1824d69031e0128dbece70db6b5dfb999041 100644
--- a/Source/core/style/BorderEdge.h
+++ b/Source/core/style/BorderEdge.h
@@ -11,7 +11,7 @@
namespace blink {
struct BorderEdge {
- BorderEdge(int edgeWidth, const Color& edgeColor, EBorderStyle edgeStyle, bool edgeIsTransparent, bool edgeIsPresent = true);
+ BorderEdge(int edgeWidth, const Color& edgeColor, EBorderStyle edgeStyle, bool edgeIsPresent = true);
BorderEdge();
bool hasVisibleColorAndStyle() const;
@@ -34,7 +34,6 @@ struct BorderEdge {
int width;
Color color;
- bool isTransparent;
bool isPresent;
private:
« no previous file with comments | « Source/core/paint/BoxBorderPainter.cpp ('k') | Source/core/style/BorderEdge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698