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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 2860283003: Refactored out property specific logic in ConsumeBorderImageSlice. (Closed)
Patch Set: addressed review Created 3 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: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
index 23bfd9b4ea40046151d3c30582381da45436ff58..57a3ee89d5e0f5650e301b7ea6e361453e5aa9f5 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -114,7 +114,7 @@ class CSSPropertyParser {
bool ConsumeBorderSpacing(bool important);
// CSS3 Parsing Routines (for properties specific to CSS3)
- bool ConsumeBorderImage(CSSPropertyID, bool important);
+ bool ConsumeBorderImage(CSSPropertyID, bool default_fill, bool important);
bool ConsumeFlex(bool important);

Powered by Google App Engine
This is Rietveld 408576698