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

Unified Diff: cc/layer_tree_host.h

Issue 11308153: Migrate most of cc/ from WebKit::WebTransformationMatrix to gfx::Transform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 8 years, 1 month 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 | « cc/layer_sorter_unittest.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 9718a4dcee281746f1f394838cb17cc44bc2f528..ec8708dd3737791364c2a0cbe0b7eadf0a2edc36 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -206,7 +206,7 @@ public:
// logical pixels in the un-zoomed viewport, the latter being the coordinates
// required for hit-testing.
gfx::PointF adjustEventPointForPinchZoom(const gfx::PointF& zoomedViewportPoint) const;
- void setImplTransform(const WebKit::WebTransformationMatrix&);
+ void setImplTransform(const gfx::Transform&);
void startRateLimiter(WebKit::WebGraphicsContext3D*);
void stopRateLimiter(WebKit::WebGraphicsContext3D*);
@@ -289,7 +289,7 @@ private:
float m_pageScaleFactor;
float m_minPageScaleFactor, m_maxPageScaleFactor;
- WebKit::WebTransformationMatrix m_implTransform;
+ gfx::Transform m_implTransform;
bool m_triggerIdleUpdates;
SkColor m_backgroundColor;
« no previous file with comments | « cc/layer_sorter_unittest.cc ('k') | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698