| 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
|
|
|