| Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| index 61e79dbd555dc095b8a68f0502edcfc8d66f0809..3700ae6ec93fdaf174e859fc55f30e10dfdfcd04 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -101,7 +101,7 @@ protected:
|
|
|
| // Properties of static elements.
|
| const AtomicString& accessKey() const override;
|
| - RGBA32 backgroundColor() const final;
|
| + RGBA32 computeBackgroundColor() const final;
|
| RGBA32 color() const final;
|
| String fontFamily() const final;
|
| // Font size is in pixels.
|
|
|