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

Unified Diff: Source/WebCore/page/FeatureObserver.h

Issue 12340046: Merge 143363 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/page/FeatureObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/FeatureObserver.h
===================================================================
--- Source/WebCore/page/FeatureObserver.h (revision 143882)
+++ Source/WebCore/page/FeatureObserver.h (working copy)
@@ -95,12 +95,14 @@
RequiredAttribute,
ResultsAttribute,
StepAttribute,
+ PageVisits,
// Add new features above this line. Don't change assigned numbers of each items.
NumberOfFeatures, // This enum value must be last.
};
static void observe(Document*, Feature);
static void observe(DOMWindow*, Feature);
+ void didCommitLoad();
private:
void didObserve(Feature feature)
@@ -114,6 +116,8 @@
m_featureBits->quickSet(feature);
}
+ void updateMeasurements();
+
OwnPtr<BitVector> m_featureBits;
};
« no previous file with comments | « Source/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/page/FeatureObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698