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

Unified Diff: third_party/WebKit/Source/web/WebFrameSerializer.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . 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
Index: third_party/WebKit/Source/web/WebFrameSerializer.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameSerializer.cpp b/third_party/WebKit/Source/web/WebFrameSerializer.cpp
index 48a9bf483b0d5be9a41b0085197a2c21c7dbd837..0e7ba3e74d18359ca4fd00cbccebd308dc280297 100644
--- a/third_party/WebKit/Source/web/WebFrameSerializer.cpp
+++ b/third_party/WebKit/Source/web/WebFrameSerializer.cpp
@@ -96,9 +96,10 @@ MHTMLFrameSerializerDelegate::MHTMLFrameSerializerDelegate(
bool MHTMLFrameSerializerDelegate::shouldIgnoreAttribute(
const Attribute& attribute) {
- // TODO(fgorski): Presence of srcset attribute causes MHTML to not display images, as only the value of src
- // is pulled into the archive. Discarding srcset prevents the problem. Long term we should make sure to MHTML
- // plays nicely with srcset.
+ // TODO(fgorski): Presence of srcset attribute causes MHTML to not display
+ // images, as only the value of src is pulled into the archive. Discarding
+ // srcset prevents the problem. Long term we should make sure to MHTML plays
+ // nicely with srcset.
return attribute.localName() == HTMLNames::srcsetAttr;
}
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameImplBase.h ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698