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

Unified Diff: ui/aura/root_window_host.h

Issue 10399118: 2x Cursor support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remoev extra space Created 8 years, 7 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
Index: ui/aura/root_window_host.h
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index d7643c5d4ba16b1f1c2bba22f67af745b4653f4a..c63e0b91d2aeed91ee110b86545376a0b4296087 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -99,6 +99,9 @@ class RootWindowHost {
#if !defined(OS_MACOSX)
virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0;
#endif
+
+ // Called when the device scale factor of the root window has chagned.
+ virtual void OnDeviceScaleFactorChanged(float device_scale_factor) = 0;
};
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698