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

Unified Diff: third_party/WebKit/Source/core/css/CSSGradientValue.cpp

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/css/CSSGradientValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
index 691df9be72aab2bc2c33ad313aec46024759a00c..46318a97368255c5d2eb9f08485b4aaf5b586eae 100644
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
@@ -112,7 +112,7 @@ PassRefPtr<Image> CSSGradientValue::image(const LayoutObject& layoutObject,
// Need to look up our size. Create a string of width*height to use as a
// hash key.
- Image* result = getImage(&layoutObject, size);
+ Image* result = this->CSSImageGeneratorValue::GetImage(&layout_object, size);
if (result)
return result;
}

Powered by Google App Engine
This is Rietveld 408576698