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

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

Issue 2868323002: Remove the SVGImageElement::needs_loader_uri_update_ flag (Closed)
Patch Set: Make test fail on 'error' Created 3 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: third_party/WebKit/Source/core/svg/SVGImageElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.h b/third_party/WebKit/Source/core/svg/SVGImageElement.h
index b7a226067553ea825df6b95d5979bd30c5eed324..50af0dbf38af6ecbcc1368e90d686f228c67d271 100644
--- a/third_party/WebKit/Source/core/svg/SVGImageElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h
@@ -21,7 +21,6 @@
#ifndef SVGImageElement_h
#define SVGImageElement_h
-#include "core/SVGNames.h"
#include "core/html/canvas/ImageElementBase.h"
#include "core/svg/SVGAnimatedLength.h"
#include "core/svg/SVGAnimatedPreserveAspectRatio.h"
@@ -91,7 +90,6 @@ class CORE_EXPORT SVGImageElement final : public SVGGraphicsElement,
Member<SVGAnimatedPreserveAspectRatio> preserve_aspect_ratio_;
Member<SVGImageLoader> image_loader_;
- bool needs_loader_uri_update_ : 1;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698