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

Unified Diff: Source/platform/graphics/paint/Transform3DDisplayItem.h

Issue 1208443003: Remove unused transformOrigin, shrinking the largest DisplayItem (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/paint/Transform3DDisplayItem.h
diff --git a/Source/platform/graphics/paint/Transform3DDisplayItem.h b/Source/platform/graphics/paint/Transform3DDisplayItem.h
index 0da46241de9dc02f44311b9b9448bb66c58e78c6..e9ef6bf7718bd3fa7c69f942396121db6f47f31e 100644
--- a/Source/platform/graphics/paint/Transform3DDisplayItem.h
+++ b/Source/platform/graphics/paint/Transform3DDisplayItem.h
@@ -34,7 +34,6 @@ public:
private:
const TransformationMatrix m_transform;
- FloatPoint3D m_transformOrigin;
chrishtr 2015/06/25 16:49:15 Don't you need to update a constant for the list c
};
class PLATFORM_EXPORT EndTransform3DDisplayItem : public PairedEndDisplayItem {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698