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

Unified Diff: third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.h

Issue 1958563002: Do not use LayoutProgress for a UA shadow element of a PROGRESS element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.h
diff --git a/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.h b/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.h
index 9520ec1f76d90c89410e6f7998cb9a2fa4351c02..314db7052c2e89ed1edfe0223d15588e999e191a 100644
--- a/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.h
+++ b/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.h
@@ -55,7 +55,6 @@ public:
private:
explicit ProgressInnerElement(Document&);
- LayoutObject* createLayoutObject(const ComputedStyle&) override;
bool layoutObjectIsNeeded(const ComputedStyle&) override;
};

Powered by Google App Engine
This is Rietveld 408576698