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

Unified Diff: third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp

Issue 2393133004: reflow comments in core/html/shadow (Closed)
Patch Set: oops Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
index 4763d128d53cd4b58e25bf935c478f6df347c122..9bd9e8d0722da7e99a7417eb5642eb2d06af468b 100644
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
@@ -558,7 +558,8 @@ DateTimeEditElement* DateTimeEditElement::create(
}
PassRefPtr<ComputedStyle> DateTimeEditElement::customStyleForLayoutObject() {
- // FIXME: This is a kind of layout. We might want to introduce new layoutObject.
+ // FIXME: This is a kind of layout. We might want to introduce new
+ // layoutObject.
RefPtr<ComputedStyle> originalStyle = originalStyleForLayoutObject();
RefPtr<ComputedStyle> style = ComputedStyle::clone(*originalStyle);
float width = 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698