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

Unified Diff: Source/wtf/BitVector.h

Issue 290793004: Use a BitArray in RuntimeCSSEnabled instead of a Vector<bool> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
Index: Source/wtf/BitVector.h
diff --git a/Source/wtf/BitVector.h b/Source/wtf/BitVector.h
index 412bf50c0d8300b3ce8ec3c2a467791ff9f4c46a..9db6237b428ddb01da57067b3b2d362f18a19f39 100644
--- a/Source/wtf/BitVector.h
+++ b/Source/wtf/BitVector.h
@@ -109,6 +109,7 @@ public:
void resize(size_t numBits);
void clearAll();
+ void setAll();
bool quickGet(size_t bit) const
{

Powered by Google App Engine
This is Rietveld 408576698