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

Unified Diff: components/html_viewer/blink_platform_impl.h

Issue 1550563002: Blink Platform: Remove time functions from Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: 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;
« no previous file with comments | « no previous file | components/html_viewer/blink_platform_impl.cc » ('j') | content/renderer/renderer_blink_platform_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698