Commit 63584d89 authored by davve@opera.com's avatar davve@opera.com

Mark BackgroundImageGeometry as stack allocated

BUG=521481

Review URL: https://codereview.chromium.org/1297913003

git-svn-id: svn://svn.chromium.org/blink/trunk@200715 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 670064fe
...@@ -8,10 +8,12 @@ ...@@ -8,10 +8,12 @@
#include "platform/geometry/IntPoint.h" #include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h" #include "platform/geometry/IntRect.h"
#include "platform/geometry/IntSize.h" #include "platform/geometry/IntSize.h"
#include "wtf/Allocator.h"
namespace blink { namespace blink {
class BackgroundImageGeometry { class BackgroundImageGeometry {
STACK_ALLOCATED();
public: public:
BackgroundImageGeometry() BackgroundImageGeometry()
: m_hasNonLocalGeometry(false) : m_hasNonLocalGeometry(false)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment