Index: webkit/glue/webcursor_aurawin.cc |
diff --git a/webkit/glue/webcursor_aurawin.cc b/webkit/glue/webcursor_aurawin.cc |
index b47ba51def61b35131de546f75ba5d2050021f61..17e960a6534bd0885e7eb85333186d98e57634b5 100644 |
--- a/webkit/glue/webcursor_aurawin.cc |
+++ b/webkit/glue/webcursor_aurawin.cc |
@@ -13,6 +13,10 @@ const ui::PlatformCursor WebCursor::GetPlatformCursor() { |
return LoadCursor(NULL, IDC_ARROW); |
} |
+void WebCursor::SetScaleFactor(float scale_factor) { |
+ // TODO(winguru): |
brettw
2012/07/10 05:07:19
Usually you would write something after the todo.
sadrul
2012/07/10 11:39:35
Fixed (this and the one above).
|
+} |
+ |
void WebCursor::InitPlatformData() { |
} |