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

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

Issue 2504793002: Scale bounds in DesktopWindowTreeHostMus and in calls to SetBounds. (Closed)
Patch Set: SetBounds + rebase 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
« no previous file with comments | « blimp/client/app/linux/blimp_display_manager.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
virtual void SetSizeAndScale(const gfx::Size& size,
float device_scale_factor) = 0;
« no previous file with comments | « blimp/client/app/linux/blimp_display_manager.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698