Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: Source/core/html/HTMLOptionElement.h

Issue 1170843003: Don't force a <select> repaint whenever an <option> changes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moar rebaselines. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLOptionElement.h
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
index fac81fbc1852a5c8cbc8e75cac690cb2a1e9371c..da95f6a9a7f59a0627fdd1e73a16a5d8f79afe16 100644
--- a/Source/core/html/HTMLOptionElement.h
+++ b/Source/core/html/HTMLOptionElement.h
@@ -92,7 +92,6 @@ private:
void updateNonComputedStyle();
virtual ComputedStyle* nonLayoutObjectComputedStyle() const override;
virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
- virtual void didRecalcStyle(StyleRecalcChange) override;
virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
String collectOptionInnerText() const;

Powered by Google App Engine
This is Rietveld 408576698