| Index: ui/base/android/window_android.h
|
| diff --git a/ui/base/android/window_android.h b/ui/base/android/window_android.h
|
| index cd8ae3408c85f2677e2f8472a7357c4e0f9d3012..a69dc23aa5af89e5bba620902d05ed0573b28547 100644
|
| --- a/ui/base/android/window_android.h
|
| +++ b/ui/base/android/window_android.h
|
| @@ -30,8 +30,8 @@ class UI_BASE_EXPORT WindowAndroid {
|
|
|
| static bool RegisterWindowAndroid(JNIEnv* env);
|
|
|
| - // The content offset is used to translate snapshots to the correct part of
|
| - // the window.
|
| + // The content offset (in DIP space) is used to translate snapshots to the
|
| + // correct part of the window.
|
| void set_content_offset(const gfx::Vector2dF& content_offset) {
|
| content_offset_ = content_offset;
|
| }
|
|
|