Index: components/html_viewer/blink_platform_impl.h |
diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h |
index 25f078f7c14accf220b5d5e1c6ff1cb40a09f5e5..97fa5bb225c3ba4fcca383dfaa061894d3f84735 100644 |
--- a/components/html_viewer/blink_platform_impl.h |
+++ b/components/html_viewer/blink_platform_impl.h |
@@ -49,8 +49,6 @@ class BlinkPlatformImpl : public blink::Platform { |
blink::WebThemeEngine* themeEngine() override; |
blink::WebString defaultLocale() override; |
blink::WebBlobRegistry* blobRegistry() override; |
- double currentTimeSeconds() override; |
- double monotonicallyIncreasingTimeSeconds() override; |
void cryptographicallyRandomValues(unsigned char* buffer, |
size_t length) override; |
bool isThreadedCompositingEnabled() override; |