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

Unified Diff: Source/core/paint/BackgroundImageGeometry.h

Issue 1297913003: Mark BackgroundImageGeometry as stack allocated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« 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/core/paint/BackgroundImageGeometry.h
diff --git a/Source/core/paint/BackgroundImageGeometry.h b/Source/core/paint/BackgroundImageGeometry.h
index b4ed796d9224eb2bc0d43fcc3c429c03d33591bc..0cd72a3538e62d28f604ffacac254cfbd208e0a5 100644
--- a/Source/core/paint/BackgroundImageGeometry.h
+++ b/Source/core/paint/BackgroundImageGeometry.h
@@ -8,10 +8,12 @@
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
#include "platform/geometry/IntSize.h"
+#include "wtf/Allocator.h"
namespace blink {
class BackgroundImageGeometry {
+ STACK_ALLOCATED();
public:
BackgroundImageGeometry()
: m_hasNonLocalGeometry(false)
« 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