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

Unified Diff: ui/aura/root_window.h

Issue 11087093: Migrate ui::Transform to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 2e122189f2d029f5641dea643cdfe9969853e234..bc70a4df77acfbab4bf6b86318a6a830773fd1f9 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -252,7 +252,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Overridden from Window:
virtual RootWindow* GetRootWindow() OVERRIDE;
virtual const RootWindow* GetRootWindow() const OVERRIDE;
- virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
+ virtual void SetTransform(const gfx::Transform& transform) OVERRIDE;
// Overridden from ui::EventTarget:
virtual ui::EventTarget* GetParentTarget() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698