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

Unified Diff: third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h

Issue 2468303005: Mark TranslateTransformOperation final (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
diff --git a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h b/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
index 2f7ced7910803b7162867ea68d077a0c84c98131..93f6657168d5510705c6441007fe65f8d188baed 100644
--- a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
+++ b/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
@@ -31,7 +31,8 @@
namespace blink {
-class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation {
+class PLATFORM_EXPORT TranslateTransformOperation final
+ : public TransformOperation {
public:
static PassRefPtr<TranslateTransformOperation> create(const Length& tx,
const Length& ty,
« 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