Index: content/public/test/mock_render_thread.h |
=================================================================== |
--- content/public/test/mock_render_thread.h (revision 146279) |
+++ content/public/test/mock_render_thread.h (working copy) |
@@ -73,6 +73,7 @@ |
virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE; |
virtual void ReleaseCachedFonts() OVERRIDE; |
#endif |
+ virtual void UpdateHistograms(int sequence_number) OVERRIDE; |
////////////////////////////////////////////////////////////////////////// |
// The following functions are called by the test itself. |