| Index: third_party/WebKit/Source/platform/graphics/Color.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Color.h b/third_party/WebKit/Source/platform/graphics/Color.h
|
| index 681000ace876648888670752e0a358e47ee66b09..dc79b9bebb583780e871951757062217027561db 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Color.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Color.h
|
| @@ -29,6 +29,7 @@
|
| #include "platform/animation/AnimationUtilities.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| +#include "wtf/text/StringView.h"
|
| #include "wtf/text/Unicode.h"
|
|
|
| namespace blink {
|
| @@ -122,7 +123,7 @@ public:
|
| Color blend(const Color&) const;
|
| Color blendWithWhite() const;
|
|
|
| - static bool parseHexColor(const String&, RGBA32&);
|
| + static bool parseHexColor(const StringView&, RGBA32&);
|
| static bool parseHexColor(const LChar*, unsigned, RGBA32&);
|
| static bool parseHexColor(const UChar*, unsigned, RGBA32&);
|
|
|
|
|