| 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;
|
|
|
|
|