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

Unified Diff: third_party/WebKit/Source/platform/HostWindow.h

Issue 2388303002: reflow comments in platform/ (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
« no previous file with comments | « third_party/WebKit/Source/platform/Histogram.h ('k') | third_party/WebKit/Source/platform/KeyboardCodes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/HostWindow.h
diff --git a/third_party/WebKit/Source/platform/HostWindow.h b/third_party/WebKit/Source/platform/HostWindow.h
index c76b7e4c30c39a272cae98f19910728325f72838..02afadaf54c1942299e1e32b1f8a34c4990034c2 100644
--- a/third_party/WebKit/Source/platform/HostWindow.h
+++ b/third_party/WebKit/Source/platform/HostWindow.h
@@ -51,7 +51,8 @@ class PLATFORM_EXPORT HostWindow
// Converts the rect from the viewport coordinates to screen coordinates.
virtual IntRect viewportToScreen(const IntRect&, const Widget*) const = 0;
- // Converts the scalar value from the window coordinates to the viewport scale.
+ // Converts the scalar value from the window coordinates to the viewport
+ // scale.
virtual float windowToViewportScalar(const float) const = 0;
virtual void scheduleAnimation(Widget*) = 0;
« no previous file with comments | « third_party/WebKit/Source/platform/Histogram.h ('k') | third_party/WebKit/Source/platform/KeyboardCodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698