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

Unified Diff: ui/gfx/android/device_display_info.h

Issue 2617623002: Switch RenderWidgetHostViewAndroid to use Screen (Closed)
Patch Set: fix? Created 3 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
« ui/display/display.cc ('K') | « ui/display/display.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/android/device_display_info.h
diff --git a/ui/gfx/android/device_display_info.h b/ui/gfx/android/device_display_info.h
index bf717dcdb368b023b2a4f39278f85c3528f94a8a..31e1f9bea56bc0b896226c2651b2b9961e8bb080 100644
--- a/ui/gfx/android/device_display_info.h
+++ b/ui/gfx/android/device_display_info.h
@@ -13,8 +13,8 @@
namespace gfx {
-// Facilitates access to device information typically only
-// available using the Android SDK, including Display properties.
+// WARNING: This class is being deprecated. Use DisplayAndroid (java) or
+// Display (c++) instead.
class GFX_EXPORT DeviceDisplayInfo {
public:
DeviceDisplayInfo();
« ui/display/display.cc ('K') | « ui/display/display.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698