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

Unified Diff: ui/gfx/screen_android.cc

Issue 11958004: Make new-style page scale work on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 80-col limit Created 7 years, 11 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/gfx/screen_android.cc
diff --git a/ui/gfx/screen_android.cc b/ui/gfx/screen_android.cc
index a80582e077d22e1ff373c70f50f66cec6a534778..bb8f01df707a303cb339f2e683e7702131d8d6e1 100644
--- a/ui/gfx/screen_android.cc
+++ b/ui/gfx/screen_android.cc
@@ -14,7 +14,7 @@ class ScreenAndroid : public Screen {
ScreenAndroid() {}
bool IsDIPEnabled() OVERRIDE {
- return false;
+ return true;
}
gfx::Point GetCursorScreenPoint() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698