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

Unified Diff: cc/layer_sorter.h

Issue 11364044: cc: Replace WebCore::FloatQuad with gfx::QuadF. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reeebase. 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_quad_unittest.cc ('k') | cc/layer_sorter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_sorter.h
diff --git a/cc/layer_sorter.h b/cc/layer_sorter.h
index 6c5b9c50367ca3b92d85bd60cec3834e7739a4c2..a129d666632848ba4b424ef0a845d0c7c5a5919c 100644
--- a/cc/layer_sorter.h
+++ b/cc/layer_sorter.h
@@ -5,11 +5,11 @@
#ifndef CCLayerSorter_h
#define CCLayerSorter_h
-#include "FloatQuad.h"
#include "base/basictypes.h"
#include "base/hash_tables.h"
#include "cc/layer_impl.h"
#include "ui/gfx/point3_f.h"
+#include "ui/gfx/quad_f.h"
#include "ui/gfx/rect_f.h"
#include "ui/gfx/vector3d_f.h"
@@ -47,7 +47,7 @@ struct LayerShape {
gfx::Vector3dF layerNormal;
gfx::Point3F transformOrigin;
- FloatQuad projectedQuad;
+ gfx::QuadF projectedQuad;
gfx::RectF projectedBounds;
};
« no previous file with comments | « cc/layer_quad_unittest.cc ('k') | cc/layer_sorter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698