summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/graphics/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/graphics/color.h')
-rw-r--r--chromium/third_party/blink/renderer/platform/graphics/color.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/platform/graphics/color.h b/chromium/third_party/blink/renderer/platform/graphics/color.h
index ad360f3d340..c682ad44f5a 100644
--- a/chromium/third_party/blink/renderer/platform/graphics/color.h
+++ b/chromium/third_party/blink/renderer/platform/graphics/color.h
@@ -97,10 +97,6 @@ class PLATFORM_EXPORT Color {
// http://www.whatwg.org/specs/web-apps/current-work/#serialization-of-a-color
String Serialized() const;
- // Returns the color serialized according to CSSOM:
- // https://drafts.csswg.org/cssom/#serialize-a-css-component-value
- String SerializedAsCSSComponentValue() const;
-
// Returns the color serialized as either #RRGGBB or #RRGGBBAA. The latter
// format is not a valid CSS color, and should only be seen in DRT dumps.
String NameForLayoutTreeAsText() const;