| Index: ui/base/cursor/cursors_aura.cc
|
| diff --git a/ui/base/cursor/cursors_aura.cc b/ui/base/cursor/cursors_aura.cc
|
| index bb5947a57e60e422d84e049bde2fef15d6bf5d04..cdf4ab368522e81ec2fb16138a836b7627fea3e2 100644
|
| --- a/ui/base/cursor/cursors_aura.cc
|
| +++ b/ui/base/cursor/cursors_aura.cc
|
| @@ -155,7 +155,7 @@ bool SearchTable(const CursorData* table,
|
| int* resource_id,
|
| gfx::Point* point) {
|
| bool resource_2x_available =
|
| - ResourceBundle::GetSharedInstance().max_scale_factor() ==
|
| + ResourceBundle::GetSharedInstance().GetMaxScaleFactor() ==
|
| SCALE_FACTOR_200P;
|
| for (size_t i = 0; i < table_length; ++i) {
|
| if (table[i].id == id) {
|
|
|