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

Unified Diff: ui/aura/window.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/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 382d5821e0b437b98ccaeaffc7e47f6999c4e91c..3b87ef87647937a7d87a42b416b78233adbb9cf6 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -335,6 +335,9 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
// Type of a function to delete a property that this window owns.
typedef void (*PropertyDeallocator)(intptr_t value);
+ // Overridden from ui::LayerDelegate:
+ virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
+
private:
friend class LayoutManager;
@@ -395,7 +398,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
// Overridden from ui::LayerDelegate:
virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
- virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
// Updates the layer name with a name based on the window's name and id.
void UpdateLayerName(const std::string& name);

Powered by Google App Engine
This is Rietveld 408576698