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

Unified Diff: Source/web/LinkHighlightImpl.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/web/FullscreenController.h ('k') | Source/web/MIDIClientProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/LinkHighlightImpl.h
diff --git a/Source/web/LinkHighlightImpl.h b/Source/web/LinkHighlightImpl.h
index fe34daef6ec544f5809129f6b215556429ffeee9..187ca5aa41613e5bfc2253a09bc47806ac59b8eb 100644
--- a/Source/web/LinkHighlightImpl.h
+++ b/Source/web/LinkHighlightImpl.h
@@ -50,6 +50,7 @@ class LinkHighlightImpl final : public LinkHighlight
, public WebContentLayerClient
, public WebCompositorAnimationDelegate
, public WebCompositorAnimationPlayerClient {
+ WTF_MAKE_FAST_ALLOCATED(LinkHighlightImpl);
public:
static PassOwnPtr<LinkHighlightImpl> create(Node*, WebViewImpl*);
~LinkHighlightImpl() override;
« no previous file with comments | « Source/web/FullscreenController.h ('k') | Source/web/MIDIClientProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698