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