[Issue] Default color was light grey.
[Requirment] Colors should be orange, by WCS TC 146.
Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12725
Reviewed by: Antonio Gomes, Piotr Grad
Change-Id: I73e745c4681baef88f9444c42b98e7539031a45f
Signed-off-by: Karol Furmaniak <k.furmaniak@samsung.com>
bool delegatesMenuListRendering() const override { return true; }
+ Color platformTapHighlightColor() const override {
+ return RenderThemeChromiumTizen::defaultTapHighlightColor;
+ }
private:
~RenderThemeChromiumTizen() override;
+ static const RGBA32 defaultTapHighlightColor = 0x2eee6e1a; // light orange.
};
} // namespace blink