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

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

Issue 2352193004: Document* -> Document& for loadSubimages and friends. (Closed)
Patch Set: Created 4 years, 3 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/CSSImageGeneratorValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
index 600f0b5dda7178e859daffc0e1e5215a59572b71..e9c0db566b277a03c8b86265cd56f64de54d5427 100644
--- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
@@ -203,7 +203,7 @@ bool CSSImageGeneratorValue::knownToBeOpaque(const LayoutObject& layoutObject) c
return false;
}
-void CSSImageGeneratorValue::loadSubimages(Document* document)
+void CSSImageGeneratorValue::loadSubimages(Document& document)
{
switch (getClassType()) {
case CrossfadeClass:

Powered by Google App Engine
This is Rietveld 408576698