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

Unified Diff: Source/core/css/CSSParser.h

Issue 22839023: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index 4dbe3da929064125a5277cb23cc0057650c0f80c..cbe91fc49a23f3ad97c8c05715064179c660abea 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -237,6 +237,8 @@ public:
bool parseFlex(CSSParserValueList* args, bool important);
+ bool parseObjectPosition(bool important);
+
// Image generators
bool parseCanvas(CSSParserValueList*, RefPtr<CSSValue>&);

Powered by Google App Engine
This is Rietveld 408576698