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

Unified Diff: Source/modules/accessibility/testing/InternalsAccessibility.h

Issue 1315743003: [part 1] Make classes and structures in modules/ 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/modules/accessibility/AXObject.h ('k') | Source/modules/app_banner/AppBannerCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/testing/InternalsAccessibility.h
diff --git a/Source/modules/accessibility/testing/InternalsAccessibility.h b/Source/modules/accessibility/testing/InternalsAccessibility.h
index 1dec1e845a70e4004ad152cf78dfc8ad2180e0f4..5deaee199ff319ecfa2791e74fbff932c44264ad 100644
--- a/Source/modules/accessibility/testing/InternalsAccessibility.h
+++ b/Source/modules/accessibility/testing/InternalsAccessibility.h
@@ -5,11 +5,14 @@
#ifndef InternalsAccessibility_h
#define InternalsAccessibility_h
+#include "wtf/Allocator.h"
+
namespace blink {
class Internals;
class InternalsAccessibility {
+ STATIC_ONLY(InternalsAccessibility);
public:
static unsigned numberOfLiveAXObjects(Internals&);
};
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | Source/modules/app_banner/AppBannerCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698