Index: content/child/blink_platform_impl.cc |
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc |
index 9b2898ea5002a1699295daa5a5c88b746fede85c..237d2c8e9aad87d88d54e2c96ed94ce4c55ace7c 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 }, |
}; |