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

Unified Diff: third_party/WebKit/Source/core/svg/SVGLengthContext.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. Created 3 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
Index: third_party/WebKit/Source/core/svg/SVGLengthContext.h
diff --git a/third_party/WebKit/Source/core/svg/SVGLengthContext.h b/third_party/WebKit/Source/core/svg/SVGLengthContext.h
index 5ca7ed4fdc6a3f342d1142c98d2ba5aa330fcefa..3e47c8b806451fb95d366ca570fac9c471468590 100644
--- a/third_party/WebKit/Source/core/svg/SVGLengthContext.h
+++ b/third_party/WebKit/Source/core/svg/SVGLengthContext.h
@@ -45,6 +45,8 @@ class SVGLengthContext {
SVGUnitTypes::SVGUnitType type,
const FloatRect& viewport) {
return resolveRectangle(
+ /* DO NOT SUBMIT - merge conflict marker
+ * Spell |x|, |y|, |width|, |height| below. */
context, type, viewport, *context->x()->currentValue(),
*context->y()->currentValue(), *context->width()->currentValue(),
*context->height()->currentValue());
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698