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

Unified Diff: Source/core/svg/graphics/SVGImageChromeClient.cpp

Issue 1152413003: General code cleanup of ChromeClient-related classes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/svg/graphics/SVGImageChromeClient.cpp
diff --git a/Source/core/svg/graphics/SVGImageChromeClient.cpp b/Source/core/svg/graphics/SVGImageChromeClient.cpp
index 303d554f7e83ec64f39b7bbb8b5ca130af31df00..6cb080147f988fa5a9acc90a166d5ca0a1c72590 100644
--- a/Source/core/svg/graphics/SVGImageChromeClient.cpp
+++ b/Source/core/svg/graphics/SVGImageChromeClient.cpp
@@ -52,7 +52,7 @@ bool SVGImageChromeClient::isSVGImageChromeClient() const
void SVGImageChromeClient::chromeDestroyed()
{
- m_image = 0;
+ m_image = nullptr;
}
void SVGImageChromeClient::invalidateRect(const IntRect& r)

Powered by Google App Engine
This is Rietveld 408576698