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

Unified Diff: blimp/client/public/contents/blimp_contents_view.h

Issue 2504793002: Scale bounds in DesktopWindowTreeHostMus and in calls to SetBounds. (Closed)
Patch Set: blimp Created 4 years, 1 month 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: blimp/client/public/contents/blimp_contents_view.h
diff --git a/blimp/client/public/contents/blimp_contents_view.h b/blimp/client/public/contents/blimp_contents_view.h
index fd80f9648873e03aae9ff980f70da0ba1ee0f9db..94a0e6e83a700904fea571c2186942961bc26b0e 100644
--- a/blimp/client/public/contents/blimp_contents_view.h
+++ b/blimp/client/public/contents/blimp_contents_view.h
@@ -43,7 +43,7 @@ class BlimpContentsView {
virtual scoped_refptr<cc::Layer> GetLayer() = 0;
// Called to set both the size and the scale of the BlimpContents. |size| is
- // in pixels and |device_scale_factor| is in terms of dp to px.
+ // in pixels and |device_scale_factor| is in terms of px to dp.
David Trainor- moved to gerrit 2016/11/21 16:56:52 D'oh thanks! :)
virtual void SetSizeAndScale(const gfx::Size& size,
float device_scale_factor) = 0;

Powered by Google App Engine
This is Rietveld 408576698