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

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

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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 | « Source/core/html/HTMLAudioElement.idl ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLBodyElement.h
diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
index a5941f750ea5583259acda11c0924486391c1e7f..961f90f3661f07e0bfc7cb8f6676b2c8629536f1 100644
--- a/Source/core/html/HTMLBodyElement.h
+++ b/Source/core/html/HTMLBodyElement.h
@@ -76,20 +76,20 @@ private:
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
virtual void didNotifySubtreeInsertions(ContainerNode*) OVERRIDE;
-
+
virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
-
+
virtual bool supportsFocus() const;
virtual int scrollLeft();
virtual void setScrollLeft(int scrollLeft);
-
+
virtual int scrollTop();
virtual void setScrollTop(int scrollTop);
-
+
virtual int scrollHeight();
virtual int scrollWidth();
-
+
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
};
« no previous file with comments | « Source/core/html/HTMLAudioElement.idl ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698