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

Unified Diff: ui/base/android/window_android.h

Issue 462173002: Fix set_area sizes for RequestCopyOfOutput, and related tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RWHVBrowserTest changes, per danakj's comments. Disabled tests on Windows. Created 6 years, 4 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698