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

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

Issue 2941533002: Break StyleImage dependency on LayoutObject (Closed)
Patch Set: Address reviewer comments Created 3 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
Index: third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp
index 76a6d775bce17e1c65377dfe76bd8b3259296bdc..b9976e7596e50028a9b997c5b9f2a51955162afe 100644
--- a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp
+++ b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp
@@ -22,7 +22,7 @@ void CSSPaintImageGenerator::Init(
// static
CSSPaintImageGenerator* CSSPaintImageGenerator::Create(const String& name,
- Document& document,
+ const Document& document,
Observer* observer) {
DCHECK(g_create_function);
return g_create_function(name, document, observer);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h ('k') | third_party/WebKit/Source/core/css/CSSPaintValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698