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

Unified Diff: Source/core/frame/SmartClip.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict 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/frame/SettingsDelegate.h ('k') | Source/core/frame/csp/CSPDirective.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/SmartClip.h
diff --git a/Source/core/frame/SmartClip.h b/Source/core/frame/SmartClip.h
index 8af1b26f8e4b69321029a3fda4e63d4c03cb68aa..48da0cfd57c246ec5ec362fb3d189f1fb6df8d41 100644
--- a/Source/core/frame/SmartClip.h
+++ b/Source/core/frame/SmartClip.h
@@ -39,6 +39,7 @@
namespace blink {
class CORE_EXPORT SmartClipData {
+ STACK_ALLOCATED();
public:
SmartClipData()
: m_isEmpty(true)
« no previous file with comments | « Source/core/frame/SettingsDelegate.h ('k') | Source/core/frame/csp/CSPDirective.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698