Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: webkit/glue/webcursor_aurawin.cc

Issue 10697082: aura: Scale custom cursors appropriately. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webcursor.h ('k') | webkit/glue/webcursor_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
}
« no previous file with comments | « webkit/glue/webcursor.h ('k') | webkit/glue/webcursor_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698