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

Unified Diff: third_party/WebKit/Source/core/style/FillLayer.h

Issue 2280553002: Allow interpolation of background-size values with keywords in CSS Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: third_party/WebKit/Source/core/style/FillLayer.h
diff --git a/third_party/WebKit/Source/core/style/FillLayer.h b/third_party/WebKit/Source/core/style/FillLayer.h
index f14ef062d2fea3c52bee828c40b9b399c3422365..708197283fb19d59aa5e75b03dc6bfdaff50b0a2 100644
--- a/third_party/WebKit/Source/core/style/FillLayer.h
+++ b/third_party/WebKit/Source/core/style/FillLayer.h
@@ -37,7 +37,7 @@
namespace blink {
struct FillSize {
- STACK_ALLOCATED();
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
suzyh_UTC10 (ex-contributor) 2016/08/26 04:14:34 Can you elaborate on the consequences of making th
alancutter (OOO until 2018) 2016/08/26 13:31:48 It's necessary for Vector<FillSize> which does pla
FillSize()
: type(SizeLength)
{

Powered by Google App Engine
This is Rietveld 408576698