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

Unified Diff: Source/core/html/track/vtt/VTTCue.h

Issue 1306413003: Make classes and structures in core/html fast-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 | « Source/core/html/track/vtt/BufferedLineReader.h ('k') | Source/core/html/track/vtt/VTTScanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTCue.h
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index 2bdde591ef3dfe9a701d176910c45b9d0c2bb06e..184994467d4fdc321f5f84e22f372f02719b4329 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -32,6 +32,7 @@
#include "core/html/track/TextTrackCue.h"
#include "platform/heap/Handle.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -42,6 +43,7 @@ class VTTCue;
class VTTScanner;
struct VTTDisplayParameters {
+ STACK_ALLOCATED();
VTTDisplayParameters();
FloatPoint position;
« no previous file with comments | « Source/core/html/track/vtt/BufferedLineReader.h ('k') | Source/core/html/track/vtt/VTTScanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698