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

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: Merge again. Created 4 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
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 0f75f2f20e03b40d8306ca2d8eccd5ec4df2980b..e19c4fd2a23ccfb888e87e09a5be5daca46ecfe2 100644
--- a/components/html_viewer/blink_platform_impl.h
+++ b/components/html_viewer/blink_platform_impl.h
@@ -53,8 +53,6 @@ class BlinkPlatformImpl : public blink::Platform {
blink::WebThemeEngine* themeEngine() override;
blink::WebString defaultLocale() override;
blink::WebBlobRegistry* blobRegistry() override;
- double currentTimeSeconds() override;
- double monotonicallyIncreasingTimeSeconds() override;
bool isThreadedCompositingEnabled() override;
blink::WebCompositorSupport* compositorSupport() override;
uint32_t getUniqueIdForProcess() override;

Powered by Google App Engine
This is Rietveld 408576698