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

Unified Diff: ui/gfx/transform.h

Issue 2118993002: Detemplatize cc property nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 | « third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/transform.h
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
index c7a4684f56fdd1deda4ca54057196a13c8c405a5..b580a6712b7ac9edaf65ce268cefb539a66df56b 100644
--- a/ui/gfx/transform.h
+++ b/ui/gfx/transform.h
@@ -68,7 +68,6 @@ class GFX_EXPORT Transform {
SkMScalar col2row2,
SkMScalar x_translation,
SkMScalar y_translation);
- ~Transform() {}
bool operator==(const Transform& rhs) const { return matrix_ == rhs.matrix_; }
bool operator!=(const Transform& rhs) const { return matrix_ != rhs.matrix_; }
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698