| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 62669bb648ed3521f2e3d14948e170c85fd011e9..846b3c3ae51ba1af93c025f49ea5f89f51513b08 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -701,6 +701,7 @@ const DataResource kDataResources[] = {
|
| { "generatePassword", IDR_PASSWORD_GENERATION_ICON, ui::SCALE_FACTOR_100P },
|
| { "generatePasswordHover",
|
| IDR_PASSWORD_GENERATION_ICON_HOVER, ui::SCALE_FACTOR_100P },
|
| + // TODO(dgozman): remove this after moving to content-based touch emulation.
|
| { "syntheticTouchCursor",
|
| IDR_SYNTHETIC_TOUCH_CURSOR, ui::SCALE_FACTOR_100P },
|
| };
|
|
|